1
0
Fork 0

waybar: Skip flashing battery if charging

This commit is contained in:
Jeremy Kaplan 2021-11-06 17:38:30 -07:00
commit e83ac84a7a

View file

@ -92,7 +92,7 @@ window#waybar {
}
}
#battery.critical:not(.plugged) {
#battery.critical:not(.charging):not(.plugged) {
animation-name: blink;
animation-duration: 1s;
animation-timing-function: ease-in-out;