nirish

config files for niri window manager
Log | Files | Refs | README | LICENSE

commit cb32e4a391fd2f9fc80823586a8a50fd252f19b3
parent 670b57b40809f8d177762a505f024804ee778589
Author: ryukamish <[email protected]>
Date:   Sat, 11 Apr 2026 23:50:44 +0530

fix: workspace number before indicator; don't require workspaces.button module

Diffstat:
Mwaybar/config.jsonc | 7+------
Mwaybar/niri-workspaces | 0
Mwaybar/style.css | 5-----
3 files changed, 1 insertion(+), 11 deletions(-)

diff --git 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 differ. diff --git 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;