Regenerated
This commit is contained in:
+321
-321
File diff suppressed because it is too large
Load Diff
+25
-25
@@ -2913,34 +2913,34 @@ window#waybar {
|
||||
color: @text;
|
||||
}
|
||||
|
||||
/* Shared styles for all modules */
|
||||
.modules-left > widget,
|
||||
.modules-center > widget,
|
||||
.modules-right > widget {
|
||||
min-width: 80px;
|
||||
color: @text;
|
||||
font-weight: bold;
|
||||
border-radius:30px;
|
||||
background:
|
||||
linear-gradient(@base-alpha, @base-alpha) padding-box,
|
||||
linear-gradient(45deg, @blue, @green) border-box;
|
||||
border: 2px solid transparent;
|
||||
}
|
||||
|
||||
.modules-left > box + box,
|
||||
.modules-center > box + box,
|
||||
.modules-right > box + box {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.modules-left > label,
|
||||
.modules-center > label,
|
||||
.modules-right > label {
|
||||
/* 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 */
|
||||
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 {
|
||||
opacity: 0;
|
||||
|
||||
@@ -53,34 +53,34 @@ window#waybar {
|
||||
color: @text;
|
||||
}
|
||||
|
||||
/* Shared styles for all modules */
|
||||
.modules-left > widget,
|
||||
.modules-center > widget,
|
||||
.modules-right > widget {
|
||||
min-width: 80px;
|
||||
color: @text;
|
||||
font-weight: bold;
|
||||
border-radius:30px;
|
||||
background:
|
||||
linear-gradient(@base-alpha, @base-alpha) padding-box,
|
||||
linear-gradient(45deg, @blue, @green) border-box;
|
||||
border: 2px solid transparent;
|
||||
}
|
||||
|
||||
.modules-left > box + box,
|
||||
.modules-center > box + box,
|
||||
.modules-right > box + box {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.modules-left > label,
|
||||
.modules-center > label,
|
||||
.modules-right > label {
|
||||
/* 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 */
|
||||
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 {
|
||||
opacity: 0;
|
||||
|
||||
Reference in New Issue
Block a user