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": [
|
"modules-right": [
|
||||||
"pulseaudio/slider",
|
"pulseaudio/slider",
|
||||||
|
"pulseaudio",
|
||||||
"tray",
|
"tray",
|
||||||
"clock",
|
"clock",
|
||||||
"idle_inhibitor"
|
"idle_inhibitor"
|
||||||
@@ -3005,7 +3006,7 @@ window#waybar {
|
|||||||
/* Make the PulseAudio slider wider */
|
/* Make the PulseAudio slider wider */
|
||||||
#pulseaudio-slider.widget {
|
#pulseaudio-slider.widget {
|
||||||
min-width: 250px; /* adjust width as needed */
|
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,
|
#pulseaudio,
|
||||||
#tray {
|
#tray {
|
||||||
margin: 0 5px;
|
margin: 0 5px;
|
||||||
padding: 0 200px;
|
padding: 0 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* --------------------------------------------------------- */
|
/* --------------------------------------------------------- */
|
||||||
|
|||||||
@@ -20,6 +20,7 @@
|
|||||||
|
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
"pulseaudio/slider",
|
"pulseaudio/slider",
|
||||||
|
"pulseaudio",
|
||||||
"tray",
|
"tray",
|
||||||
"clock",
|
"clock",
|
||||||
"idle_inhibitor"
|
"idle_inhibitor"
|
||||||
|
|||||||
@@ -145,7 +145,7 @@ window#waybar {
|
|||||||
/* Make the PulseAudio slider wider */
|
/* Make the PulseAudio slider wider */
|
||||||
#pulseaudio-slider.widget {
|
#pulseaudio-slider.widget {
|
||||||
min-width: 250px; /* adjust width as needed */
|
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,
|
#pulseaudio,
|
||||||
#tray {
|
#tray {
|
||||||
margin: 0 5px;
|
margin: 0 5px;
|
||||||
padding: 0 200px;
|
padding: 0 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* --------------------------------------------------------- */
|
/* --------------------------------------------------------- */
|
||||||
|
|||||||
Reference in New Issue
Block a user