diff --git a/waybar/config.jsonc b/waybar/config.jsonc index bc4a0c5..1783dac 100644 --- a/waybar/config.jsonc +++ b/waybar/config.jsonc @@ -7,13 +7,13 @@ "spacing": 4, // Gaps between modules (4px) // Choose the order of the modules "modules-left": [ - "sway/workspaces", + "hyprland/workspaces", "sway/mode", "sway/scratchpad", "custom/media" ], "modules-center": [ - "sway/window" + "hyprland/window" ], "modules-right": [ //"mpd", @@ -25,9 +25,7 @@ "temperature", "backlight", "keyboard-state", - "sway/language", - "battery", - "battery#bat2", + "hyprland/language", "clock", "tray" ],