diff --git a/config/waybar/config.jsonc b/config/waybar/config.jsonc index 6ba9168..50e4e7b 100644 --- a/config/waybar/config.jsonc +++ b/config/waybar/config.jsonc @@ -8,6 +8,7 @@ // Choose the order of the modules "modules-left": [ "hyprland/workspaces", + "custom/sep", "hyprland/window", ], @@ -36,7 +37,6 @@ "7": "7", "8": "8", "9": "9", - "10": "10", }, }, "hyprland/window" : { @@ -83,7 +83,7 @@ "format-disconnected": "Disconnected ⚠" }, "custom/sep": { - "format" : "|", + "format" : " ", "interval" : 0 } }