mirror of
https://github.com/WarrenHood/dotfiles.git
synced 2025-04-29 15:25:00 +01:00
Fix active workspace not styling on waybar
This commit is contained in:
parent
a1e9ed8be5
commit
3f5c887f60
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue