Fix active workspace not styling on waybar

This commit is contained in:
Warren Hood 2024-03-05 23:22:12 +02:00
parent a1e9ed8be5
commit 3f5c887f60

View file

@ -66,8 +66,9 @@ window#waybar {
margin-top:2px;
}
#workspaces button.focused {
border-color: #81a1c1;
#workspaces button.active {
box-shadow: inset 0 -4px #a6e3a1;
background-color: #000000;
}
#mode {