diff --git a/hyprland/.config/waybar/river/config.jsonc b/hyprland/.config/waybar/river/config.jsonc index da0c836..19135f4 100644 --- a/hyprland/.config/waybar/river/config.jsonc +++ b/hyprland/.config/waybar/river/config.jsonc @@ -8,9 +8,8 @@ "margin-left": 5, "margin-right": 5, "modules-right": [ - "hyprland/language", "hyprland/workspaces", - "custom/power", + "custom/power" ], "modules-left": [ "custom/launcher", @@ -19,6 +18,7 @@ // "wlr/taskbar" ], "modules-center": [ + "hyprland/language", "clock", "wireplumber", "backlight", @@ -125,13 +125,13 @@ "3": "", "4": "", "5": "", - "6": "", + "6": "", "7": "", "8": "", "9": "" }, "persistent-workspaces": { - "*": 6 + "*": 7 } }, "keyboard-state": { diff --git a/hyprland/.config/waybar/river/style.css b/hyprland/.config/waybar/river/style.css index 58b7d52..7102cac 100644 --- a/hyprland/.config/waybar/river/style.css +++ b/hyprland/.config/waybar/river/style.css @@ -68,7 +68,8 @@ window#waybar.hidden { #idle_inhibitor, #mpd, #workspaces, -#wireplumber { +#wireplumber, +#language { background-color: @backgrounddark; padding: 0px 10px; }