Regenerated
This commit is contained in:
+304
-303
File diff suppressed because it is too large
Load Diff
+4
-3
@@ -3124,8 +3124,9 @@ window#waybar {
|
|||||||
#pulseaudio-slider slider {
|
#pulseaudio-slider slider {
|
||||||
min-height: 0px;
|
min-height: 0px;
|
||||||
min-width: 0px;
|
min-width: 0px;
|
||||||
opacity: 0;
|
opacity: 0.;
|
||||||
background-image: none;
|
background-image: linear-gradient(@base-alpha, @base-alpha) padding-box,
|
||||||
|
linear-gradient(45deg, @blue, @green) border-box;
|
||||||
border: none;
|
border: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
@@ -3133,7 +3134,7 @@ window#waybar {
|
|||||||
min-height: 10px;
|
min-height: 10px;
|
||||||
min-width: 80px;
|
min-width: 80px;
|
||||||
border-radius: 30px;
|
border-radius: 30px;
|
||||||
background: black;
|
background: @base;
|
||||||
}
|
}
|
||||||
#pulseaudio-slider highlight {
|
#pulseaudio-slider highlight {
|
||||||
min-width: 10px;
|
min-width: 10px;
|
||||||
|
|||||||
@@ -261,8 +261,9 @@ window#waybar {
|
|||||||
#pulseaudio-slider slider {
|
#pulseaudio-slider slider {
|
||||||
min-height: 0px;
|
min-height: 0px;
|
||||||
min-width: 0px;
|
min-width: 0px;
|
||||||
opacity: 0;
|
opacity: 0.;
|
||||||
background-image: none;
|
background-image: linear-gradient(@base-alpha, @base-alpha) padding-box,
|
||||||
|
linear-gradient(45deg, @blue, @green) border-box;
|
||||||
border: none;
|
border: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
@@ -270,7 +271,7 @@ window#waybar {
|
|||||||
min-height: 10px;
|
min-height: 10px;
|
||||||
min-width: 80px;
|
min-width: 80px;
|
||||||
border-radius: 30px;
|
border-radius: 30px;
|
||||||
background: black;
|
background: @base;
|
||||||
}
|
}
|
||||||
#pulseaudio-slider highlight {
|
#pulseaudio-slider highlight {
|
||||||
min-width: 10px;
|
min-width: 10px;
|
||||||
|
|||||||
Reference in New Issue
Block a user