hopefully done for a while
This commit is contained in:
parent
a1b5941299
commit
7b023d62b9
3 changed files with 38 additions and 39 deletions
|
@ -1,6 +1,4 @@
|
|||
* {
|
||||
font: bold 14px monospace;
|
||||
}
|
||||
*{font-family:monospace;}
|
||||
|
||||
window#waybar {
|
||||
background-color: transparent;
|
||||
|
@ -14,15 +12,10 @@ window#waybar {
|
|||
margin: 0 2px;
|
||||
}
|
||||
|
||||
#workspaces button.focused {
|
||||
background-color: darkslategrey;
|
||||
color: white;
|
||||
}
|
||||
|
||||
#workspaces button.urgent, #battery.warning {
|
||||
background-color: firebrick;
|
||||
}
|
||||
|
||||
#battery.charging {
|
||||
#workspaces button.focused, #battery.charging {
|
||||
background-color: olivedrab;
|
||||
}
|
||||
|
||||
#workspaces button.urgent, #battery.warning:not(.charging) {
|
||||
background-color: firebrick;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue