waybar: Skip flashing battery if charging
This commit is contained in:
parent
dca9256b01
commit
e83ac84a7a
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ window#waybar {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#battery.critical:not(.plugged) {
|
#battery.critical:not(.charging):not(.plugged) {
|
||||||
animation-name: blink;
|
animation-name: blink;
|
||||||
animation-duration: 1s;
|
animation-duration: 1s;
|
||||||
animation-timing-function: ease-in-out;
|
animation-timing-function: ease-in-out;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue