Regenerated

This commit is contained in:
2026-04-09 11:09:21 +02:00
parent 5ac96fd388
commit 75e2f30343
3 changed files with 309 additions and 315 deletions
+3 -5
View File
@@ -263,7 +263,7 @@ window#waybar {
min-width: 0px;
opacity: 0.;
border-radius: 30px;
background: linear-gradient(45deg, #89b4fa, #a6e3a1);
background: linear-gradient(45deg, @blue, @green);
border: none;
box-shadow: none;
}
@@ -271,14 +271,12 @@ window#waybar {
min-height: 10px;
min-width: 80px;
border-radius: 30px;
background: @base;
background: transparent;
}
#pulseaudio-slider highlight {
min-width: 10px;
border-radius: 30px;
background:
linear-gradient(@base-alpha, @base-alpha) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
background: linear-gradient(45deg, @blue, @green);
border: 2px solid transparent;
}