update colors
This commit is contained in:
parent
ce17800973
commit
a1b5941299
1 changed files with 15 additions and 11 deletions
|
@ -6,19 +6,23 @@ window#waybar {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.focused, #battery.charging, #battery.charging.warning {
|
#workspaces button, #mode, #mpris, #privacy, #network, #temperature, #wireplumber, #backlight, #battery, #clock {
|
||||||
background-color: lightgreen;
|
background-color: silver;
|
||||||
color: black;
|
color: black;
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.urgent, #battery.warning {
|
|
||||||
background-color: red;
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button, #mode, #mpris, #privacy, #network, #wireplumber, #backlight, #battery, #clock {
|
|
||||||
background-color: darkgreen;
|
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
padding: 0 8px;
|
padding: 0 8px;
|
||||||
margin: 0 2px;
|
margin: 0 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#workspaces button.focused {
|
||||||
|
background-color: darkslategrey;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
#workspaces button.urgent, #battery.warning {
|
||||||
|
background-color: firebrick;
|
||||||
|
}
|
||||||
|
|
||||||
|
#battery.charging {
|
||||||
|
background-color: olivedrab;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue