waybar: Tweak workspace indicator color

This commit is contained in:
2022-05-31 18:09:15 +02:00
parent 4893183607
commit 395e6b1576

View File

@ -52,9 +52,9 @@ window#waybar.chromium {
} }
#workspaces button.focused { #workspaces button.focused {
background-color: rgba(53, 96, 161, 1.0); background-color: #f5deb3;
color: #ffffff; color: #696969;
box-shadow: inset 0 -3px #3560a1; box-shadow: inset 0 -3px #4b4437;
} }
#workspaces button.urgent { #workspaces button.urgent {