Regenerated
This commit is contained in:
+303
-311
File diff suppressed because it is too large
Load Diff
+7
-15
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user