From ff9cc6c0a3d5f9f08128951ff8e1b910bb3ec4b7 Mon Sep 17 00:00:00 2001 From: Nico Date: Sat, 3 May 2025 16:16:02 +1000 Subject: [PATCH] waybar: add niri workspaces module --- stow/.config/waybar/config.jsonc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/stow/.config/waybar/config.jsonc b/stow/.config/waybar/config.jsonc index 72d4093..d5bcc5e 100644 --- a/stow/.config/waybar/config.jsonc +++ b/stow/.config/waybar/config.jsonc @@ -29,6 +29,7 @@ // Choose the order of the modules idle_inhibitor "modules-left": [ "hyprland/workspaces", + "niri/workspaces", "tray", "custom/media" ], @@ -64,6 +65,13 @@ "10": "10" } }, + "niri/workspaces": { + "disable-scroll": true, + "all-outputs": true, + "format": "{icon}" + // "format": "< %g >", + // "format_focused" : "< %g ● >", + }, "custom/media": { // "format": "{format}", "max-length": 40,