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});;
}
#battery.critical {
color: rgb(${f red.dark});;
background: rgb(${f red.bright});
#battery.charging {
color: rgb(${f green.base});
}
#battery.critical {
background: rgb(${f negative.base});
color: rgb(${f foreground});
}
#battery.charging { color: rgb(${f green.base}); }
'';
#battery.critical:not(.charging) {