Regenerated

This commit is contained in:
2026-04-09 13:20:05 +02:00
parent 1f13824ed7
commit bd1003fd94
2 changed files with 338 additions and 326 deletions
+325 -319
View File
File diff suppressed because it is too large Load Diff
+13 -7
View File
@@ -2897,7 +2897,7 @@ window#waybar {
/* --- Group anchors default visible --- */ /* --- Group anchors default visible --- */
#custom-hardware-anchor, #custom-hardware-anchor,
#custom-connections-anchor { #custom-connections-anchor {
min-width: 80px; /* groups always 80px wide when not hovered */ min-width: 80px;
padding: 0 5px; padding: 0 5px;
margin: 0 2px; margin: 0 2px;
opacity: 1; opacity: 1;
@@ -2907,20 +2907,20 @@ window#waybar {
/* --- Hide anchors on hover of the group --- */ /* --- Hide anchors on hover of the group --- */
#hardware:hover #custom-hardware-anchor, #hardware:hover #custom-hardware-anchor,
#connections:hover #custom-connections-anchor { #connections:hover #custom-connections-anchor {
opacity: 0; /* hide the symbol */ opacity: 0;
min-width: 0; /* optional shrink */ min-width: 0;
padding: 0; padding: 0;
margin: 0; margin: 0;
} }
/* Optional: keep the widget container at 80px even if the anchor shrinks */
#hardware:hover, #hardware:hover,
#connections:hover { #connections:hover {
min-width: 80px; /* prevents the group from collapsing entirely */ min-width: 80px;
} }
/* --------------------------------------------------------- */ /* MODULES */
/* MODULES RIGHT --- min-width 80px for visible widgets */ .modules-left > widget,
.modules-center > widget,
.modules-right > widget { .modules-right > widget {
min-width: 80px; min-width: 80px;
color: @text; color: @text;
@@ -2932,10 +2932,16 @@ window#waybar {
border: 2px solid transparent; border: 2px solid transparent;
} }
.modules-left > box + box,
.modules-center > box + box,
.modules-right > box + box { .modules-right > box + box {
margin-left: 5px; margin-left: 5px;
} }
.modules-left > widget label,
.modules-left > label ,
.modules-center > widget label,
.modules-center > label,
.modules-right > widget label, .modules-right > widget label,
.modules-right > label { .modules-right > label {
padding: 0px 5px; padding: 0px 5px;