diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-01-16 10:02:16 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-01-16 10:02:16 +0100 |
commit | 5e770b536c71c1a136c7db391200b5563d8516ec (patch) | |
tree | a943bed9715f96f46da0eb3acf4d3926ea1a5832 /accounts/gkleen@sif/niri/waybar.nix | |
parent | bf5ffe04635753a796fd9f3d39392a15e5542ff2 (diff) | |
download | nixos-5e770b536c71c1a136c7db391200b5563d8516ec.tar nixos-5e770b536c71c1a136c7db391200b5563d8516ec.tar.gz nixos-5e770b536c71c1a136c7db391200b5563d8516ec.tar.bz2 nixos-5e770b536c71c1a136c7db391200b5563d8516ec.tar.xz nixos-5e770b536c71c1a136c7db391200b5563d8516ec.zip |
...
Diffstat (limited to 'accounts/gkleen@sif/niri/waybar.nix')
-rw-r--r-- | accounts/gkleen@sif/niri/waybar.nix | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/accounts/gkleen@sif/niri/waybar.nix b/accounts/gkleen@sif/niri/waybar.nix index 2d00c6d8..1c328ea6 100644 --- a/accounts/gkleen@sif/niri/waybar.nix +++ b/accounts/gkleen@sif/niri/waybar.nix | |||
@@ -80,7 +80,9 @@ | |||
80 | exec = "${lib.getExe pkgs.worktime} today"; | 80 | exec = "${lib.getExe pkgs.worktime} today"; |
81 | tooltip = false; | 81 | tooltip = false; |
82 | }; | 82 | }; |
83 | "niri/workspaces" = {}; | 83 | "niri/workspaces" = { |
84 | ignore = ["pwctl" "kpxc" "bmgr" "edit" "term"]; | ||
85 | }; | ||
84 | "niri/window" = { | 86 | "niri/window" = { |
85 | separate-outputs = true; | 87 | separate-outputs = true; |
86 | icon = true; | 88 | icon = true; |
@@ -164,7 +166,9 @@ | |||
164 | modules-center = [ "niri/window" ]; | 166 | modules-center = [ "niri/window" ]; |
165 | modules-right = [ "clock" ]; | 167 | modules-right = [ "clock" ]; |
166 | 168 | ||
167 | "niri/workspaces" = {}; | 169 | "niri/workspaces" = { |
170 | ignore = ["pwctl" "kpxc" "bmgr" "edit" "term"]; | ||
171 | }; | ||
168 | "niri/window" = { | 172 | "niri/window" = { |
169 | separate-outputs = true; | 173 | separate-outputs = true; |
170 | icon = true; | 174 | icon = true; |