Eww show charging status

This commit is contained in:
2024-05-13 00:08:41 +02:00
parent c887d19846
commit ce8d911622
2 changed files with 20 additions and 6 deletions

View File

@ -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 {