Regenerated

This commit is contained in:
2026-04-08 22:23:52 +02:00
parent 48e0762973
commit 7577363f9a
3 changed files with 317 additions and 341 deletions
+303 -311
View File
File diff suppressed because it is too large Load Diff
+7 -15
View File
@@ -2966,7 +2966,6 @@ window#waybar {
/* --- hiding window counter --- */
/* Hide the module by default */
#custom-windows {
opacity: 0;
min-width: 0;
@@ -3001,21 +3000,14 @@ window#waybar {
transition: opacity 0.2s ease, width 0.2s ease;
}
/* All workspace buttons */
workspaces button {
padding: 0px 5px;
border-radius: 10px;
border: 2px solid transparent;
background-color: transparent;
font-weight: normal;
font-size: 12px;
transition: all 0.2s ease;
min-width: 30px;
}
/* --- Sound slider --- */
#workspaces button.active {
font-weight: bold;
font-size: 16px;
/* Make the PulseAudio slider wider */
#pulseaudio-slider.widget {
min-width: 250px; /* adjust width as needed */
max-width: 400px; /* optional: limit max width */
padding: 0 5px; /* optional: inner spacing */
box-sizing: border-box; /* ensures padding doesn't increase total width */
}
#clock,
+7 -15
View File
@@ -106,7 +106,6 @@ window#waybar {
/* --- hiding window counter --- */
/* Hide the module by default */
#custom-windows {
opacity: 0;
min-width: 0;
@@ -141,21 +140,14 @@ window#waybar {
transition: opacity 0.2s ease, width 0.2s ease;
}
/* All workspace buttons */
workspaces button {
padding: 0px 5px;
border-radius: 10px;
border: 2px solid transparent;
background-color: transparent;
font-weight: normal;
font-size: 12px;
transition: all 0.2s ease;
min-width: 30px;
}
/* --- Sound slider --- */
#workspaces button.active {
font-weight: bold;
font-size: 16px;
/* Make the PulseAudio slider wider */
#pulseaudio-slider.widget {
min-width: 250px; /* adjust width as needed */
max-width: 400px; /* optional: limit max width */
padding: 0 5px; /* optional: inner spacing */
box-sizing: border-box; /* ensures padding doesn't increase total width */
}
#clock,