Regenerated
This commit is contained in:
+299
-298
File diff suppressed because it is too large
Load Diff
+3
-2
@@ -2684,6 +2684,7 @@ These are config files for waybar
|
||||
|
||||
"modules-right": [
|
||||
"pulseaudio/slider",
|
||||
"pulseaudio",
|
||||
"tray",
|
||||
"clock",
|
||||
"idle_inhibitor"
|
||||
@@ -3005,7 +3006,7 @@ window#waybar {
|
||||
/* Make the PulseAudio slider wider */
|
||||
#pulseaudio-slider.widget {
|
||||
min-width: 250px; /* adjust width as needed */
|
||||
padding: 0 5px; /* optional: inner spacing */
|
||||
padding: 0 30px; /* optional: inner spacing */
|
||||
|
||||
}
|
||||
|
||||
@@ -3019,7 +3020,7 @@ window#waybar {
|
||||
#pulseaudio,
|
||||
#tray {
|
||||
margin: 0 5px;
|
||||
padding: 0 200px;
|
||||
padding: 0 30px;
|
||||
}
|
||||
|
||||
/* --------------------------------------------------------- */
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
|
||||
"modules-right": [
|
||||
"pulseaudio/slider",
|
||||
"pulseaudio",
|
||||
"tray",
|
||||
"clock",
|
||||
"idle_inhibitor"
|
||||
|
||||
@@ -145,7 +145,7 @@ window#waybar {
|
||||
/* Make the PulseAudio slider wider */
|
||||
#pulseaudio-slider.widget {
|
||||
min-width: 250px; /* adjust width as needed */
|
||||
padding: 0 5px; /* optional: inner spacing */
|
||||
padding: 0 30px; /* optional: inner spacing */
|
||||
|
||||
}
|
||||
|
||||
@@ -159,7 +159,7 @@ window#waybar {
|
||||
#pulseaudio,
|
||||
#tray {
|
||||
margin: 0 5px;
|
||||
padding: 0 200px;
|
||||
padding: 0 30px;
|
||||
}
|
||||
|
||||
/* --------------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user