Regenerated

This commit is contained in:
2026-04-05 20:54:19 +02:00
parent 95546fe9e5
commit b0033b6451
3 changed files with 308 additions and 302 deletions
+300 -298
View File
File diff suppressed because it is too large Load Diff
+4 -2
View File
@@ -2945,8 +2945,10 @@ window#waybar {
border-radius: 10px;
font-weight: bold;
border: 1px solid @teal; /* transparent border to preserve spacing */
background: rgba(30, 30, 46, 0.5); /* semi-transparent background */
backdrop-filter: blur(10px); /* apply blur */
/* fake border via layered background, with semi-transparent fill for pseudo-blur effect */
background:
linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
}
/* center expanded content */
+4 -2
View File
@@ -73,8 +73,10 @@ window#waybar {
border-radius: 10px;
font-weight: bold;
border: 1px solid @teal; /* transparent border to preserve spacing */
background: rgba(30, 30, 46, 0.5); /* semi-transparent background */
backdrop-filter: blur(10px); /* apply blur */
/* fake border via layered background, with semi-transparent fill for pseudo-blur effect */
background:
linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
}
/* center expanded content */