fix waybar critical battery color

This commit is contained in:
AM
2026-04-28 06:53:44 -05:00
parent e1d80f44d1
commit 60efbb0f6e

View File

@@ -63,8 +63,12 @@
color: @green; color: @green;
} }
#battery.critical:not(.charging) {
color: @red
}
#battery.warning:not(.charging) { #battery.warning:not(.charging) {
color: @red; color: @yellow;
} }
#backlight { #backlight {