diff options
| author | ryukamish <[email protected]> | 2026-04-11 23:50:44 +0530 |
|---|---|---|
| committer | ryukamish <[email protected]> | 2026-04-11 23:50:44 +0530 |
| commit | cb32e4a391fd2f9fc80823586a8a50fd252f19b3 (patch) | |
| tree | 1934ffbc3deddd488475f67d2111e478f78e1096 /waybar/config.jsonc | |
| parent | 670b57b40809f8d177762a505f024804ee778589 (diff) | |
fix: workspace number before indicator; don't require workspaces.button module
Diffstat (limited to 'waybar/config.jsonc')
| -rw-r--r-- | waybar/config.jsonc | 7 |
1 files changed, 1 insertions, 6 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 |
