From 0684dd8af47013de3b9bdccf72455fe1ec3b1ca9 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 5 Feb 2025 21:24:52 +0100 Subject: ... --- accounts/gkleen@sif/niri/waybar.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'accounts/gkleen@sif/niri/waybar.nix') 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 { return-type = "json"; }; "niri/workspaces" = { - ignore = ["eff" "pwctl" "kpxc" "bmgr" "edit" "term"]; + ignore = map ({ name, ... }: name) config.programs.niri.scratchspaces; }; "niri/window" = { separate-outputs = true; @@ -217,7 +217,7 @@ in { modules-right = [ "clock" ]; "niri/workspaces" = { - ignore = ["pwctl" "kpxc" "bmgr" "edit" "term"]; + ignore = map ({ name, ... }: name) config.programs.niri.scratchspaces; }; "niri/window" = { separate-outputs = true; -- cgit v1.2.3