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 {