style: restore waybar layout and add active highlight styling for niri workspaces

This commit is contained in:
2025-05-25 21:53:31 +02:00
parent 338a39d0be
commit a554be2df5

View File

@@ -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"};
}
/* Righthand text color */
#clock,#battery,#cpu,#memory,#temperature,#backlight,
#network,#pulseaudio,#tray,#power-profiles-daemon,#custom-power {