Regenerated

This commit is contained in:
2026-04-08 20:43:02 +02:00
parent 56a136e1b3
commit a7829adc90
3 changed files with 371 additions and 356 deletions
+321 -316
View File
File diff suppressed because it is too large Load Diff
+25 -20
View File
@@ -2913,31 +2913,36 @@ window#waybar {
color: @text;
}
/* Apply to all your custom pills */
#custom-windows.widget label,
#custom-hardware-anchor.label,
#custom-connections-anchor.label,
#custom-bluetooth.label,
#network.label,
#battery.label,
#cpu.label,
#memory.label,
#temperature.label {
display: inline-block; /* allow width/min-width to apply */
min-width: 60px; /* adjust as needed */
/* Apply pill style to the whole widget container */
#custom-windows.widget,
#custom-hardware-anchor.widget,
#custom-connections-anchor.widget,
#custom-bluetooth.widget,
#network.widget,
#battery.widget,
#cpu.widget,
#memory.widget,
#temperature.widget {
padding: 0px 10px;
text-align: center;
border-radius: 30px;
font-weight: bold;
flex-shrink: 0; /* prevent flex from shrinking */
text-align: center;
min-width: 60px; /* adjust per module */
flex-shrink: 0; /* prevent shrinking */
background-color: transparent;
}
/* 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;
/* Optional hover expansion */
#custom-windows.widget:hover,
#custom-hardware-anchor.widget:hover,
#custom-connections-anchor.widget:hover,
#custom-bluetooth.widget:hover,
#network.widget:hover,
#battery.widget:hover,
#cpu.widget:hover,
#memory.widget:hover,
#temperature.widget:hover {
padding: 0px 15px;
}
/* --- Hide group anchors --- */
+25 -20
View File
@@ -53,31 +53,36 @@ window#waybar {
color: @text;
}
/* Apply to all your custom pills */
#custom-windows.widget label,
#custom-hardware-anchor.label,
#custom-connections-anchor.label,
#custom-bluetooth.label,
#network.label,
#battery.label,
#cpu.label,
#memory.label,
#temperature.label {
display: inline-block; /* allow width/min-width to apply */
min-width: 60px; /* adjust as needed */
/* Apply pill style to the whole widget container */
#custom-windows.widget,
#custom-hardware-anchor.widget,
#custom-connections-anchor.widget,
#custom-bluetooth.widget,
#network.widget,
#battery.widget,
#cpu.widget,
#memory.widget,
#temperature.widget {
padding: 0px 10px;
text-align: center;
border-radius: 30px;
font-weight: bold;
flex-shrink: 0; /* prevent flex from shrinking */
text-align: center;
min-width: 60px; /* adjust per module */
flex-shrink: 0; /* prevent shrinking */
background-color: transparent;
}
/* 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;
/* Optional hover expansion */
#custom-windows.widget:hover,
#custom-hardware-anchor.widget:hover,
#custom-connections-anchor.widget:hover,
#custom-bluetooth.widget:hover,
#network.widget:hover,
#battery.widget:hover,
#cpu.widget:hover,
#memory.widget:hover,
#temperature.widget:hover {
padding: 0px 15px;
}
/* --- Hide group anchors --- */