Regenerated

This commit is contained in:
2026-04-11 19:33:37 +02:00
parent 3ab556d88a
commit 932294e32c
3 changed files with 355 additions and 328 deletions
+9
View File
@@ -3640,6 +3640,7 @@ label#custom-windows:not(.active) {
background: linear-gradient(45deg, @blue, @green);
border: 2px solid transparent;
color: @base;
border-radius: 30px;
}
#battery.charging {
@@ -3649,21 +3650,29 @@ label#custom-windows:not(.active) {
#battery.warning:not(.charging) {
color: white;
animation: blink 0.5s linear infinite alternate;
border-radius: 30px;
border: 2px solid transparent;
}
@keyframes blink {
to {
background-color: #ffffff;
color: black;
border-radius: 30px;
border: 2px solid transparent;
}
}
#network.disconnected {
background-color: @red;
border-radius: 30px;
border: 2px solid transparent;
}
#temperature.critical {
background-color: @red;
border-radius: 30px;
border: 2px solid transparent;
}
/* --------------------------------------------------------- */