Notify of low battery in Waybar
This commit is contained in:
@@ -89,10 +89,18 @@ window#waybar.chromium {
|
||||
|
||||
@keyframes blink {
|
||||
to {
|
||||
background-color: #f53c3c;
|
||||
color: #000000;
|
||||
}
|
||||
}
|
||||
|
||||
#battery.critical:not(.charging) {
|
||||
#battery.bat2.critical:not(.charging) {
|
||||
color: #ffffff;
|
||||
animation-name: blink;
|
||||
animation-duration: 0.5s;
|
||||
animation-timing-function: linear;
|
||||
animation-iteration-count: 10;
|
||||
animation-direction: alternate;
|
||||
}
|
||||
|
||||
label:focus {
|
||||
|
||||
Reference in New Issue
Block a user