Regenerated

This commit is contained in:
2026-04-08 20:40:42 +02:00
parent 98986cae24
commit 56a136e1b3
3 changed files with 371 additions and 371 deletions
+321 -321
View File
File diff suppressed because it is too large Load Diff
+25 -25
View File
@@ -2913,34 +2913,34 @@ window#waybar {
color: @text; color: @text;
} }
/* Shared styles for all modules */ /* Apply to all your custom pills */
.modules-left > widget, #custom-windows.widget label,
.modules-center > widget, #custom-hardware-anchor.label,
.modules-right > widget { #custom-connections-anchor.label,
min-width: 80px; #custom-bluetooth.label,
color: @text; #network.label,
font-weight: bold; #battery.label,
border-radius:30px; #cpu.label,
background: #memory.label,
linear-gradient(@base-alpha, @base-alpha) padding-box, #temperature.label {
linear-gradient(45deg, @blue, @green) border-box; display: inline-block; /* allow width/min-width to apply */
border: 2px solid transparent; min-width: 60px; /* adjust as needed */
}
.modules-left > box + box,
.modules-center > box + box,
.modules-right > box + box {
margin-left: 10px;
}
.modules-left > label,
.modules-center > label,
.modules-right > label {
padding: 0px 10px; padding: 0px 10px;
transition: padding 0.2s ease; text-align: center;
border-radius: 30px;
font-weight: bold;
flex-shrink: 0; /* prevent flex from shrinking */
} }
/* --- Group specifics --- */ /* Optional: make the widget itself respect min-width */
#custom-windows.widget,
#custom-hardware-anchor,
#custom-connections-anchor {
min-width: 80px; /* adjust per module */
flex-shrink: 0;
}
/* --- Hide group anchors --- */
#hardware:hover #custom-hardware-anchor { #hardware:hover #custom-hardware-anchor {
opacity: 0; opacity: 0;
+25 -25
View File
@@ -53,34 +53,34 @@ window#waybar {
color: @text; color: @text;
} }
/* Shared styles for all modules */ /* Apply to all your custom pills */
.modules-left > widget, #custom-windows.widget label,
.modules-center > widget, #custom-hardware-anchor.label,
.modules-right > widget { #custom-connections-anchor.label,
min-width: 80px; #custom-bluetooth.label,
color: @text; #network.label,
font-weight: bold; #battery.label,
border-radius:30px; #cpu.label,
background: #memory.label,
linear-gradient(@base-alpha, @base-alpha) padding-box, #temperature.label {
linear-gradient(45deg, @blue, @green) border-box; display: inline-block; /* allow width/min-width to apply */
border: 2px solid transparent; min-width: 60px; /* adjust as needed */
}
.modules-left > box + box,
.modules-center > box + box,
.modules-right > box + box {
margin-left: 10px;
}
.modules-left > label,
.modules-center > label,
.modules-right > label {
padding: 0px 10px; padding: 0px 10px;
transition: padding 0.2s ease; text-align: center;
border-radius: 30px;
font-weight: bold;
flex-shrink: 0; /* prevent flex from shrinking */
} }
/* --- Group specifics --- */ /* Optional: make the widget itself respect min-width */
#custom-windows.widget,
#custom-hardware-anchor,
#custom-connections-anchor {
min-width: 80px; /* adjust per module */
flex-shrink: 0;
}
/* --- Hide group anchors --- */
#hardware:hover #custom-hardware-anchor { #hardware:hover #custom-hardware-anchor {
opacity: 0; opacity: 0;