Regenerated

This commit is contained in:
2026-04-08 22:49:07 +02:00
parent 747912f9e3
commit 9bb6b1c254
4 changed files with 305 additions and 302 deletions
+299 -298
View File
File diff suppressed because it is too large Load Diff
+3 -2
View File
@@ -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;
} }
/* --------------------------------------------------------- */ /* --------------------------------------------------------- */
+1
View File
@@ -20,6 +20,7 @@
"modules-right": [ "modules-right": [
"pulseaudio/slider", "pulseaudio/slider",
"pulseaudio",
"tray", "tray",
"clock", "clock",
"idle_inhibitor" "idle_inhibitor"
+2 -2
View File
@@ -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;
} }
/* --------------------------------------------------------- */ /* --------------------------------------------------------- */