diff --git a/options/custom/programs/waybar/default.nix b/options/custom/programs/waybar/default.nix index 53fc5a0..5c02b44 100644 --- a/options/custom/programs/waybar/default.nix +++ b/options/custom/programs/waybar/default.nix @@ -275,17 +275,6 @@ in { }; }; - # https://github.com/Alexays/Waybar/wiki/Module:-Niri - "niri/workspaces" = - common - // { - format = "{icon}"; - - format-icons = { - scratchpad = ""; - }; - }; - # https://github.com/Alexays/Waybar/wiki/Module:-MPRIS mpris = common @@ -331,6 +320,19 @@ in { on-click-right = nm-connection-editor; }; + # https://github.com/Alexays/Waybar/wiki/Module:-Niri + "niri/workspaces" = + common + // { + format = "{icon}"; + + format-icons = { + "1" = ""; + "2" = ""; + "3" = ""; + }; + }; + # https://github.com/Alexays/Waybar/wiki/Module:-PowerProfilesDaemon power-profiles-daemon = common