mirror of
https://github.com/WarrenHood/dotfiles.git
synced 2025-04-29 20:04:59 +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;
|
margin-top:2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.focused {
|
#workspaces button.active {
|
||||||
border-color: #81a1c1;
|
box-shadow: inset 0 -4px #a6e3a1;
|
||||||
|
background-color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
#mode {
|
#mode {
|
||||||
|
|
Loading…
Reference in a new issue