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
+303 -305
View File
File diff suppressed because it is too large Load Diff
+3 -5
View File
@@ -3126,7 +3126,7 @@ window#waybar {
min-width: 0px; min-width: 0px;
opacity: 0.; opacity: 0.;
border-radius: 30px; border-radius: 30px;
background: linear-gradient(45deg, #89b4fa, #a6e3a1); background: linear-gradient(45deg, @blue, @green);
border: none; border: none;
box-shadow: none; box-shadow: none;
} }
@@ -3134,14 +3134,12 @@ window#waybar {
min-height: 10px; min-height: 10px;
min-width: 80px; min-width: 80px;
border-radius: 30px; border-radius: 30px;
background: @base; background: transparent;
} }
#pulseaudio-slider highlight { #pulseaudio-slider highlight {
min-width: 10px; min-width: 10px;
border-radius: 30px; border-radius: 30px;
background: background: linear-gradient(45deg, @blue, @green);
linear-gradient(@base-alpha, @base-alpha) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
border: 2px solid transparent; border: 2px solid transparent;
} }
+3 -5
View File
@@ -263,7 +263,7 @@ window#waybar {
min-width: 0px; min-width: 0px;
opacity: 0.; opacity: 0.;
border-radius: 30px; border-radius: 30px;
background: linear-gradient(45deg, #89b4fa, #a6e3a1); background: linear-gradient(45deg, @blue, @green);
border: none; border: none;
box-shadow: none; box-shadow: none;
} }
@@ -271,14 +271,12 @@ window#waybar {
min-height: 10px; min-height: 10px;
min-width: 80px; min-width: 80px;
border-radius: 30px; border-radius: 30px;
background: @base; background: transparent;
} }
#pulseaudio-slider highlight { #pulseaudio-slider highlight {
min-width: 10px; min-width: 10px;
border-radius: 30px; border-radius: 30px;
background: background: linear-gradient(45deg, @blue, @green);
linear-gradient(@base-alpha, @base-alpha) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
border: 2px solid transparent; border: 2px solid transparent;
} }