Regenerated
This commit is contained in:
+321
-316
File diff suppressed because it is too large
Load Diff
+25
-20
@@ -2913,31 +2913,36 @@ window#waybar {
|
|||||||
color: @text;
|
color: @text;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Apply to all your custom pills */
|
/* Apply pill style to the whole widget container */
|
||||||
#custom-windows.widget label,
|
#custom-windows.widget,
|
||||||
#custom-hardware-anchor.label,
|
#custom-hardware-anchor.widget,
|
||||||
#custom-connections-anchor.label,
|
#custom-connections-anchor.widget,
|
||||||
#custom-bluetooth.label,
|
#custom-bluetooth.widget,
|
||||||
#network.label,
|
#network.widget,
|
||||||
#battery.label,
|
#battery.widget,
|
||||||
#cpu.label,
|
#cpu.widget,
|
||||||
#memory.label,
|
#memory.widget,
|
||||||
#temperature.label {
|
#temperature.widget {
|
||||||
display: inline-block; /* allow width/min-width to apply */
|
|
||||||
min-width: 60px; /* adjust as needed */
|
|
||||||
padding: 0px 10px;
|
padding: 0px 10px;
|
||||||
text-align: center;
|
|
||||||
border-radius: 30px;
|
border-radius: 30px;
|
||||||
font-weight: bold;
|
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 */
|
/* Optional hover expansion */
|
||||||
#custom-windows.widget,
|
#custom-windows.widget:hover,
|
||||||
#custom-hardware-anchor,
|
#custom-hardware-anchor.widget:hover,
|
||||||
#custom-connections-anchor {
|
#custom-connections-anchor.widget:hover,
|
||||||
min-width: 80px; /* adjust per module */
|
#custom-bluetooth.widget:hover,
|
||||||
flex-shrink: 0;
|
#network.widget:hover,
|
||||||
|
#battery.widget:hover,
|
||||||
|
#cpu.widget:hover,
|
||||||
|
#memory.widget:hover,
|
||||||
|
#temperature.widget:hover {
|
||||||
|
padding: 0px 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* --- Hide group anchors --- */
|
/* --- Hide group anchors --- */
|
||||||
|
|||||||
@@ -53,31 +53,36 @@ window#waybar {
|
|||||||
color: @text;
|
color: @text;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Apply to all your custom pills */
|
/* Apply pill style to the whole widget container */
|
||||||
#custom-windows.widget label,
|
#custom-windows.widget,
|
||||||
#custom-hardware-anchor.label,
|
#custom-hardware-anchor.widget,
|
||||||
#custom-connections-anchor.label,
|
#custom-connections-anchor.widget,
|
||||||
#custom-bluetooth.label,
|
#custom-bluetooth.widget,
|
||||||
#network.label,
|
#network.widget,
|
||||||
#battery.label,
|
#battery.widget,
|
||||||
#cpu.label,
|
#cpu.widget,
|
||||||
#memory.label,
|
#memory.widget,
|
||||||
#temperature.label {
|
#temperature.widget {
|
||||||
display: inline-block; /* allow width/min-width to apply */
|
|
||||||
min-width: 60px; /* adjust as needed */
|
|
||||||
padding: 0px 10px;
|
padding: 0px 10px;
|
||||||
text-align: center;
|
|
||||||
border-radius: 30px;
|
border-radius: 30px;
|
||||||
font-weight: bold;
|
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 */
|
/* Optional hover expansion */
|
||||||
#custom-windows.widget,
|
#custom-windows.widget:hover,
|
||||||
#custom-hardware-anchor,
|
#custom-hardware-anchor.widget:hover,
|
||||||
#custom-connections-anchor {
|
#custom-connections-anchor.widget:hover,
|
||||||
min-width: 80px; /* adjust per module */
|
#custom-bluetooth.widget:hover,
|
||||||
flex-shrink: 0;
|
#network.widget:hover,
|
||||||
|
#battery.widget:hover,
|
||||||
|
#cpu.widget:hover,
|
||||||
|
#memory.widget:hover,
|
||||||
|
#temperature.widget:hover {
|
||||||
|
padding: 0px 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* --- Hide group anchors --- */
|
/* --- Hide group anchors --- */
|
||||||
|
|||||||
Reference in New Issue
Block a user