Regenerated

This commit is contained in:
2026-04-23 11:56:57 +02:00
parent 15712267d6
commit 3de57e0786
4 changed files with 452 additions and 392 deletions
@@ -22,6 +22,7 @@ window#waybar {
/* --- Group anchors default visible --- */
#custom-hardware-anchor,
#custom-tray-anchor,
#custom-connections-anchor {
min-width: 80px;
padding: 0 5px;
@@ -31,7 +32,7 @@ window#waybar {
}
/* --- Hide anchors on hover of the group --- */
#hardware:hover #custom-hardware-anchor,
#hardware:hover #custom-hardware-anchor,#custom-tray-anchor,
#connections:hover #custom-connections-anchor {
opacity: 0;
min-width: 0;
@@ -40,6 +41,7 @@ window#waybar {
}
#hardware:hover,
#tray:hover,
#connections:hover {
min-width: 80px;
}