diff options
| -rw-r--r-- | waybar/config.jsonc | 7 | ||||
| -rwxr-xr-x | waybar/niri-workspaces | bin | 700712 -> 701016 bytes | |||
| -rw-r--r-- | waybar/style.css | 5 |
3 files changed, 1 insertions, 11 deletions
diff --git a/waybar/config.jsonc b/waybar/config.jsonc index 56c24bf..82dea58 100644 --- a/waybar/config.jsonc +++ b/waybar/config.jsonc @@ -8,8 +8,7 @@ "niri/window" ], "modules-center": [ - "custom/workspaces", - "niri/workspaces" + "custom/workspaces" ], "modules-right": [ "tray", @@ -20,10 +19,6 @@ "memory", "battery" ], - "niri/workspaces": { - "current-only": true, - "format": "{value}" - }, "niri/window": { "format": "{app_id} | {title}", "max-length": 30 diff --git a/waybar/niri-workspaces b/waybar/niri-workspaces Binary files differindex d2f5ee4..b14b41b 100755 --- a/waybar/niri-workspaces +++ b/waybar/niri-workspaces diff --git a/waybar/style.css b/waybar/style.css index 40f6ffa..8c59471 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -11,11 +11,6 @@ window#waybar { color: #ffffff; } -#workspaces button { - padding: 0 6px; - color: #cccccc; -} - /* Different battery states indicator */ #battery.discharging.warning { color: #ffa500; |
