waybar prettier battery

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-11-21 22:07:07 +01:00
parent 298d31e21a
commit 605381b553

View File

@@ -238,11 +238,14 @@ in {
color: rgb(${f green.base});; color: rgb(${f green.base});;
} }
#battery.critical { #battery.charging {
color: rgb(${f red.dark});; color: rgb(${f green.base});
background: rgb(${f red.bright}); }
#battery.critical {
background: rgb(${f negative.base});
color: rgb(${f foreground});
} }
#battery.charging { color: rgb(${f green.base}); }
''; '';
#battery.critical:not(.charging) { #battery.critical:not(.charging) {