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
+337 -328
View File
File diff suppressed because it is too large Load Diff
+9
View File
@@ -3640,6 +3640,7 @@ label#custom-windows:not(.active) {
background: linear-gradient(45deg, @blue, @green); background: linear-gradient(45deg, @blue, @green);
border: 2px solid transparent; border: 2px solid transparent;
color: @base; color: @base;
border-radius: 30px;
} }
#battery.charging { #battery.charging {
@@ -3649,21 +3650,29 @@ label#custom-windows:not(.active) {
#battery.warning:not(.charging) { #battery.warning:not(.charging) {
color: white; color: white;
animation: blink 0.5s linear infinite alternate; animation: blink 0.5s linear infinite alternate;
border-radius: 30px;
border: 2px solid transparent;
} }
@keyframes blink { @keyframes blink {
to { to {
background-color: #ffffff; background-color: #ffffff;
color: black; color: black;
border-radius: 30px;
border: 2px solid transparent;
} }
} }
#network.disconnected { #network.disconnected {
background-color: @red; background-color: @red;
border-radius: 30px;
border: 2px solid transparent;
} }
#temperature.critical { #temperature.critical {
background-color: @red; background-color: @red;
border-radius: 30px;
border: 2px solid transparent;
} }
/* --------------------------------------------------------- */ /* --------------------------------------------------------- */
@@ -154,6 +154,7 @@ label#custom-windows:not(.active) {
background: linear-gradient(45deg, @blue, @green); background: linear-gradient(45deg, @blue, @green);
border: 2px solid transparent; border: 2px solid transparent;
color: @base; color: @base;
border-radius: 30px;
} }
#battery.charging { #battery.charging {
@@ -163,21 +164,29 @@ label#custom-windows:not(.active) {
#battery.warning:not(.charging) { #battery.warning:not(.charging) {
color: white; color: white;
animation: blink 0.5s linear infinite alternate; animation: blink 0.5s linear infinite alternate;
border-radius: 30px;
border: 2px solid transparent;
} }
@keyframes blink { @keyframes blink {
to { to {
background-color: #ffffff; background-color: #ffffff;
color: black; color: black;
border-radius: 30px;
border: 2px solid transparent;
} }
} }
#network.disconnected { #network.disconnected {
background-color: @red; background-color: @red;
border-radius: 30px;
border: 2px solid transparent;
} }
#temperature.critical { #temperature.critical {
background-color: @red; background-color: @red;
border-radius: 30px;
border: 2px solid transparent;
} }
/* --------------------------------------------------------- */ /* --------------------------------------------------------- */