fix(waybar): highlight active workspace

This commit is contained in:
2026-08-11 19:33:29 -04:00
parent 9d0a5e779a
commit 36c7ebb6b7
+2 -1
View File
@@ -51,7 +51,8 @@ window#waybar.chromium {
box-shadow: inset 0 -3px #B3E5FC; box-shadow: inset 0 -3px #B3E5FC;
} }
#workspaces button.focused { #workspaces button.focused,
#workspaces button.active {
background-color: #0288D1; background-color: #0288D1;
box-shadow: inset 0 -3px #B3E5FC; box-shadow: inset 0 -3px #B3E5FC;
} }