From c744867b5adc417748f6ed6fdb17cb6e4c6fc46b Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 14 Jan 2025 15:05:32 +0100 Subject: ... --- accounts/gkleen@sif/niri/waybar.nix | 16 +++++----------- 1 file changed, 5 insertions(+), 11 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 1a25b581..2d00c6d8 100644 --- a/accounts/gkleen@sif/niri/waybar.nix +++ b/accounts/gkleen@sif/niri/waybar.nix @@ -80,9 +80,7 @@ exec = "${lib.getExe pkgs.worktime} today"; tooltip = false; }; - "niri/workspaces" = { - all-outputs = true; - }; + "niri/workspaces" = {}; "niri/window" = { separate-outputs = true; icon = true; @@ -166,9 +164,7 @@ modules-center = [ "niri/window" ]; modules-right = [ "clock" ]; - "niri/workspaces" = { - all-outputs = false; - }; + "niri/workspaces" = {}; "niri/window" = { separate-outputs = true; icon = true; @@ -215,13 +211,11 @@ } #workspaces button { - color: @grey; - } - #workspaces button.hosting-monitor { color: @white; + padding: 2px 5px; } - #workspaces button.visible { - color: @blue; + #workspaces button.empty { + color: @grey; } #workspaces button.active { color: @green; -- cgit v1.2.3