Regenerated

This commit is contained in:
2026-04-23 12:06:41 +02:00
parent 3de57e0786
commit 87ba0f5c06
4 changed files with 464 additions and 398 deletions
@@ -23,6 +23,7 @@ window#waybar {
/* --- Group anchors default visible --- */
#custom-hardware-anchor,
#custom-tray-anchor,
#custom-system-anchor,
#custom-connections-anchor {
min-width: 80px;
padding: 0 5px;
@@ -32,7 +33,9 @@ window#waybar {
}
/* --- Hide anchors on hover of the group --- */
#hardware:hover #custom-hardware-anchor,#custom-tray-anchor,
#hardware:hover #custom-hardware-anchor,
#tray: hover #custom-tray-anchor,
#system:hover #custom-system-anchor,
#connections:hover #custom-connections-anchor {
opacity: 0;
min-width: 0;
@@ -42,6 +45,7 @@ window#waybar {
#hardware:hover,
#tray:hover,
#system:hover,
#connections:hover {
min-width: 80px;
}