summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/niri/waybar.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2025-02-05 21:24:52 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2025-02-05 21:24:52 +0100
commit0684dd8af47013de3b9bdccf72455fe1ec3b1ca9 (patch)
treefa7bae99af2dff2d0b8708f3971448ed9d8d4128 /accounts/gkleen@sif/niri/waybar.nix
parent8fc9a6b912ef68e19c4947f9d279d90d8d99791e (diff)
downloadnixos-0684dd8af47013de3b9bdccf72455fe1ec3b1ca9.tar
nixos-0684dd8af47013de3b9bdccf72455fe1ec3b1ca9.tar.gz
nixos-0684dd8af47013de3b9bdccf72455fe1ec3b1ca9.tar.bz2
nixos-0684dd8af47013de3b9bdccf72455fe1ec3b1ca9.tar.xz
nixos-0684dd8af47013de3b9bdccf72455fe1ec3b1ca9.zip
Diffstat (limited to 'accounts/gkleen@sif/niri/waybar.nix')
-rw-r--r--accounts/gkleen@sif/niri/waybar.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/accounts/gkleen@sif/niri/waybar.nix b/accounts/gkleen@sif/niri/waybar.nix
index 3f1f8119..bae818f6 100644
--- a/accounts/gkleen@sif/niri/waybar.nix
+++ b/accounts/gkleen@sif/niri/waybar.nix
@@ -131,7 +131,7 @@ in {
131 return-type = "json"; 131 return-type = "json";
132 }; 132 };
133 "niri/workspaces" = { 133 "niri/workspaces" = {
134 ignore = ["eff" "pwctl" "kpxc" "bmgr" "edit" "term"]; 134 ignore = map ({ name, ... }: name) config.programs.niri.scratchspaces;
135 }; 135 };
136 "niri/window" = { 136 "niri/window" = {
137 separate-outputs = true; 137 separate-outputs = true;
@@ -217,7 +217,7 @@ in {
217 modules-right = [ "clock" ]; 217 modules-right = [ "clock" ];
218 218
219 "niri/workspaces" = { 219 "niri/workspaces" = {
220 ignore = ["pwctl" "kpxc" "bmgr" "edit" "term"]; 220 ignore = map ({ name, ... }: name) config.programs.niri.scratchspaces;
221 }; 221 };
222 "niri/window" = { 222 "niri/window" = {
223 separate-outputs = true; 223 separate-outputs = true;