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;
color: @text;
border: 2px solid @green; /* visible border */
border-radius: 999px; /* makes it ellipse */
border-radius: 6px; /* makes it ellipse */
}
#workspaces button:hover {
@@ -31,7 +31,7 @@ window#waybar {
}
#workspaces button.active {
background-color: @green;
background-color: rgba(255, 255, 255, 0.5);
color: @base;
box-shadow: inset 0 -3px @subtext1;
}