fix waybar critical battery color
This commit is contained in:
@@ -63,8 +63,12 @@
|
||||
color: @green;
|
||||
}
|
||||
|
||||
#battery.critical:not(.charging) {
|
||||
color: @red
|
||||
}
|
||||
|
||||
#battery.warning:not(.charging) {
|
||||
color: @red;
|
||||
color: @yellow;
|
||||
}
|
||||
|
||||
#backlight {
|
||||
|
||||
Reference in New Issue
Block a user