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