waybar prettier battery
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user