Regenerated

This commit is contained in:
2026-04-08 20:21:52 +02:00
parent dad83a3761
commit 619ad63ccb
3 changed files with 302 additions and 299 deletions
+298 -297
View File
File diff suppressed because it is too large Load Diff
+2 -1
View File
@@ -2918,11 +2918,12 @@ window#waybar {
min-width: 80px; min-width: 80px;
color: @text; color: @text;
font-weight: bold; font-weight: bold;
border-radius: 30px; border-radius:30px;
background: background:
linear-gradient(@base-alpha, @base-alpha) padding-box, linear-gradient(@base-alpha, @base-alpha) padding-box,
linear-gradient(45deg, @blue, @green) border-box; linear-gradient(45deg, @blue, @green) border-box;
border: 2px solid transparent; border: 2px solid transparent;
border-image: linear-gradient(45deg, @blue, @green) 1;
} }
.modules-* > box + box { .modules-* > box + box {
+2 -1
View File
@@ -58,11 +58,12 @@ window#waybar {
min-width: 80px; min-width: 80px;
color: @text; color: @text;
font-weight: bold; font-weight: bold;
border-radius: 30px; border-radius:30px;
background: background:
linear-gradient(@base-alpha, @base-alpha) padding-box, linear-gradient(@base-alpha, @base-alpha) padding-box,
linear-gradient(45deg, @blue, @green) border-box; linear-gradient(45deg, @blue, @green) border-box;
border: 2px solid transparent; border: 2px solid transparent;
border-image: linear-gradient(45deg, @blue, @green) 1;
} }
.modules-* > box + box { .modules-* > box + box {