Make active workspaces on other monitors a different color again
This commit is contained in:
parent
76bb8e1aa3
commit
4ae3c91d83
@ -53,6 +53,11 @@ window#waybar {
|
||||
font-weight: bold;
|
||||
}
|
||||
#workspaces button.visible {
|
||||
color: rgba(40, 40, 40, 0.8);
|
||||
background: #458588;
|
||||
font-weight: bold;
|
||||
}
|
||||
#workspaces button.active {
|
||||
color: rgba(40, 40, 40, 0.8);
|
||||
background: #83a598;
|
||||
font-weight: bold;
|
||||
|
Loading…
Reference in New Issue
Block a user