Regenerated

This commit is contained in:
2026-04-07 10:23:17 +02:00
parent bb0afae41e
commit b3e155aa6c
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
@@ -2860,6 +2860,7 @@ This file contains all css for waybar
@define-color crust #11111b;
@define-color mantle #181825;
@define-color base #1e1e2e;
@define-color base-alpha #FF1E1E2E;
/* Surface */
@define-color surface0 #313244;
@@ -2916,7 +2917,7 @@ window#waybar {
border: 2px solid transparent;
border-radius:30px;
background:
linear-gradient(#ff1e1e2e, #ff1e1e2e) padding-box,
linear-gradient(@base-alpha, @base-alpha) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
border: 2px solid transparent;
}
+2 -1
View File
@@ -4,6 +4,7 @@
@define-color crust #11111b;
@define-color mantle #181825;
@define-color base #1e1e2e;
@define-color base-alpha #FF1E1E2E;
/* Surface */
@define-color surface0 #313244;
@@ -60,7 +61,7 @@ window#waybar {
border: 2px solid transparent;
border-radius:30px;
background:
linear-gradient(#ff1e1e2e, #ff1e1e2e) padding-box,
linear-gradient(@base-alpha, @base-alpha) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
border: 2px solid transparent;
}