From a554be2df5efaa486ae21112faf33fdb04d693de Mon Sep 17 00:00:00 2001 From: "Adrian Gunnar Lauterer (aider)" Date: Sun, 25 May 2025 21:53:31 +0200 Subject: [PATCH] style: restore waybar layout and add active highlight styling for niri workspaces --- home/gunalx/waybar.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/home/gunalx/waybar.nix b/home/gunalx/waybar.nix index f7a5931..21c848f 100644 --- a/home/gunalx/waybar.nix +++ b/home/gunalx/waybar.nix @@ -20,7 +20,7 @@ in { "height": 36, "spacing": 2, - "modules-left": [ "custom/overview", "custom/launcher", "sway/workspaces","niri/workspaces"], + "modules-left": ["custom/overview", "custom/launcher", "sway/workspaces", "niri/workspaces"], "modules-center": ["niri/window"], "modules-right": [ "idle_inhibitor","backlight","pulseaudio","keyboard-state", @@ -247,6 +247,11 @@ in background-color: ${toRGBA palette.base08 "0.7"}; } + /* Active workspace buttons */ + #sway-workspaces button.active,#niri-workspaces button.active { + background-color: ${toRGBA palette.base02 "0.7"}; + } + /* Right‐hand text color */ #clock,#battery,#cpu,#memory,#temperature,#backlight, #network,#pulseaudio,#tray,#power-profiles-daemon,#custom-power {