Regenerated

This commit is contained in:
2026-04-08 20:46:45 +02:00
parent a7829adc90
commit 3cfaaf5488
3 changed files with 365 additions and 380 deletions
+319 -324
View File
File diff suppressed because it is too large Load Diff
+23 -28
View File
@@ -2913,39 +2913,34 @@ window#waybar {
color: @text;
}
/* 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;
border-radius: 30px;
/* Shared styles for all modules */
.modules-left > widget,
.modules-center > widget,
.modules-right > widget {
min-width: 80px; /* prevents autoshrinking */
color: @text;
font-weight: bold;
text-align: center;
min-width: 60px; /* adjust per module */
flex-shrink: 0; /* prevent shrinking */
background-color: transparent;
border-radius: 30px;
background:
linear-gradient(@base-alpha, @base-alpha) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
border: 2px solid transparent;
padding: 0px 10px;
}
.modules-left > box + box,
.modules-center > box + box,
.modules-right > box + box {
margin-left: 10px;
}
/* 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;
.modules-left > label,
.modules-center > label,
.modules-right > label {
padding: 0px 10px;
transition: padding 0.2s ease;
}
/* --- Hide group anchors --- */
/* --- Group specifics --- */
#hardware:hover #custom-hardware-anchor {
opacity: 0;
+23 -28
View File
@@ -53,39 +53,34 @@ window#waybar {
color: @text;
}
/* 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;
border-radius: 30px;
/* Shared styles for all modules */
.modules-left > widget,
.modules-center > widget,
.modules-right > widget {
min-width: 80px; /* prevents autoshrinking */
color: @text;
font-weight: bold;
text-align: center;
min-width: 60px; /* adjust per module */
flex-shrink: 0; /* prevent shrinking */
background-color: transparent;
border-radius: 30px;
background:
linear-gradient(@base-alpha, @base-alpha) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
border: 2px solid transparent;
padding: 0px 10px;
}
.modules-left > box + box,
.modules-center > box + box,
.modules-right > box + box {
margin-left: 10px;
}
/* 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;
.modules-left > label,
.modules-center > label,
.modules-right > label {
padding: 0px 10px;
transition: padding 0.2s ease;
}
/* --- Hide group anchors --- */
/* --- Group specifics --- */
#hardware:hover #custom-hardware-anchor {
opacity: 0;