change colors of battery in low states. Not yet tested.
This commit is contained in:
parent
7689102c7c
commit
eebe142039
1 changed files with 9 additions and 0 deletions
|
@ -169,6 +169,15 @@ window#waybar.hidden {
|
|||
background: #282a36;
|
||||
}
|
||||
|
||||
#battery.warning {
|
||||
color : #ffaa00;
|
||||
}
|
||||
|
||||
#battery.crittical {
|
||||
color : #ff0000;
|
||||
background: #ffdd44
|
||||
}
|
||||
|
||||
#clock {
|
||||
/*margin-top: 8px;*/
|
||||
margin-left: 12px;
|
||||
|
|
Loading…
Reference in a new issue