Regenerated
This commit is contained in:
+337
-328
File diff suppressed because it is too large
Load Diff
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* --------------------------------------------------------- */
|
/* --------------------------------------------------------- */
|
||||||
|
|||||||
Reference in New Issue
Block a user