fix waybar style to be more neutral
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
window#waybar {
|
||||
background-color: #000000; /* or transparent */
|
||||
color: #ffffff;
|
||||
}
|
||||
#workspaces button {
|
||||
background-color: transparent;
|
||||
color: #ffffff;
|
||||
}
|
||||
#workspaces button.active {
|
||||
background-color: #444444;
|
||||
}
|
||||
Reference in New Issue
Block a user