diff options
Diffstat (limited to 'accounts/gkleen@sif/niri/waybar.nix')
-rw-r--r-- | accounts/gkleen@sif/niri/waybar.nix | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/accounts/gkleen@sif/niri/waybar.nix b/accounts/gkleen@sif/niri/waybar.nix index 1a25b581..2d00c6d8 100644 --- a/accounts/gkleen@sif/niri/waybar.nix +++ b/accounts/gkleen@sif/niri/waybar.nix | |||
@@ -80,9 +80,7 @@ | |||
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 | all-outputs = true; | ||
85 | }; | ||
86 | "niri/window" = { | 84 | "niri/window" = { |
87 | separate-outputs = true; | 85 | separate-outputs = true; |
88 | icon = true; | 86 | icon = true; |
@@ -166,9 +164,7 @@ | |||
166 | modules-center = [ "niri/window" ]; | 164 | modules-center = [ "niri/window" ]; |
167 | modules-right = [ "clock" ]; | 165 | modules-right = [ "clock" ]; |
168 | 166 | ||
169 | "niri/workspaces" = { | 167 | "niri/workspaces" = {}; |
170 | all-outputs = false; | ||
171 | }; | ||
172 | "niri/window" = { | 168 | "niri/window" = { |
173 | separate-outputs = true; | 169 | separate-outputs = true; |
174 | icon = true; | 170 | icon = true; |
@@ -215,13 +211,11 @@ | |||
215 | } | 211 | } |
216 | 212 | ||
217 | #workspaces button { | 213 | #workspaces button { |
218 | color: @grey; | ||
219 | } | ||
220 | #workspaces button.hosting-monitor { | ||
221 | color: @white; | 214 | color: @white; |
215 | padding: 2px 5px; | ||
222 | } | 216 | } |
223 | #workspaces button.visible { | 217 | #workspaces button.empty { |
224 | color: @blue; | 218 | color: @grey; |
225 | } | 219 | } |
226 | #workspaces button.active { | 220 | #workspaces button.active { |
227 | color: @green; | 221 | color: @green; |