eww: Flash battery gauge when low
This commit is contained in:
@ -142,12 +142,23 @@ scale trough {
|
||||
|
||||
.battery-gauge.low {
|
||||
color: red;
|
||||
animation: 1s ease-in 1s infinite alternate battery-gauge-low;
|
||||
}
|
||||
|
||||
.battery-gauge.charging {
|
||||
color: purple;
|
||||
}
|
||||
|
||||
@keyframes battery-gauge-low {
|
||||
from {
|
||||
background-color: $background;
|
||||
}
|
||||
|
||||
to {
|
||||
background-color: red;
|
||||
}
|
||||
}
|
||||
|
||||
.calendar {
|
||||
background: $lowlight2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user