Regenerated

This commit is contained in:
2026-04-06 13:01:43 +02:00
parent aaa945a532
commit cdd8f7968e
3 changed files with 311 additions and 302 deletions
+301 -298
View File
File diff suppressed because it is too large Load Diff
+5 -2
View File
@@ -2972,11 +2972,14 @@ window#waybar {
color: @text;
border-radius: 10px;
font-weight: bold;
/* border: 2px solid @teal; */
/*
border-style: solid;
border-width: 2px;
border-image: linear-gradient(45deg, @blue, @green) 1;
*/
background:
linear-gradient(@base, @base) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
}
+5 -2
View File
@@ -113,11 +113,14 @@ window#waybar {
color: @text;
border-radius: 10px;
font-weight: bold;
/* border: 2px solid @teal; */
/*
border-style: solid;
border-width: 2px;
border-image: linear-gradient(45deg, @blue, @green) 1;
*/
background:
linear-gradient(@base, @base) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
}