Make active workspaces on other monitors a different color again
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user