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 --- */
|
/* --- hiding window counter --- */
|
||||||
|
|
||||||
/* Hide the module by default */
|
|
||||||
#custom-windows {
|
#custom-windows {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
@@ -3001,21 +3000,14 @@ window#waybar {
|
|||||||
transition: opacity 0.2s ease, width 0.2s ease;
|
transition: opacity 0.2s ease, width 0.2s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* All workspace buttons */
|
/* --- Sound slider --- */
|
||||||
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;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.active {
|
/* Make the PulseAudio slider wider */
|
||||||
font-weight: bold;
|
#pulseaudio-slider.widget {
|
||||||
font-size: 16px;
|
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,
|
#clock,
|
||||||
|
|||||||
@@ -106,7 +106,6 @@ window#waybar {
|
|||||||
|
|
||||||
/* --- hiding window counter --- */
|
/* --- hiding window counter --- */
|
||||||
|
|
||||||
/* Hide the module by default */
|
|
||||||
#custom-windows {
|
#custom-windows {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
@@ -141,21 +140,14 @@ window#waybar {
|
|||||||
transition: opacity 0.2s ease, width 0.2s ease;
|
transition: opacity 0.2s ease, width 0.2s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* All workspace buttons */
|
/* --- Sound slider --- */
|
||||||
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;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.active {
|
/* Make the PulseAudio slider wider */
|
||||||
font-weight: bold;
|
#pulseaudio-slider.widget {
|
||||||
font-size: 16px;
|
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,
|
#clock,
|
||||||
|
|||||||
Reference in New Issue
Block a user