change colors of battery in low states. Not yet tested.

This commit is contained in:
primardj 2024-01-26 23:39:03 +00:00
parent 7689102c7c
commit eebe142039

View file

@ -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;