Eww show charging status
This commit is contained in:
@ -123,6 +123,15 @@ scale trough {
|
||||
|
||||
.battery-gauge {
|
||||
color: $highlight1;
|
||||
transition: all 0.5s;
|
||||
}
|
||||
|
||||
.battery-gauge.low {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.battery-gauge.charging {
|
||||
color: purple;
|
||||
}
|
||||
|
||||
.calendar {
|
||||
|
||||
Reference in New Issue
Block a user