Background for active workspace

This commit is contained in:
2026-02-26 21:57:54 +01:00
parent d5ade8857c
commit 883aab7037
@@ -22,7 +22,7 @@ window#waybar {
background-color: transparent; background-color: transparent;
color: @text; color: @text;
border: 2px solid @green; /* visible border */ border: 2px solid @green; /* visible border */
border-radius: 999px; /* makes it ellipse */ border-radius: 6px; /* makes it ellipse */
} }
#workspaces button:hover { #workspaces button:hover {
@@ -31,7 +31,7 @@ window#waybar {
} }
#workspaces button.active { #workspaces button.active {
background-color: @green; background-color: rgba(255, 255, 255, 0.5);
color: @base; color: @base;
box-shadow: inset 0 -3px @subtext1; box-shadow: inset 0 -3px @subtext1;
} }