diff --git a/settings/hyprland.nix b/settings/hyprland.nix index 8dfc0cf..a2e8a80 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -963,19 +963,28 @@ in Row { id: trayArea spacing: 8 + height: 30 anchors.verticalCenter: parent.verticalCenter + HoverHandler { + onHoveredChanged: { + if (hovered && bar.activeDropdown) bar.activeDropdown.resetAutoClose(); + } + } + Repeater { model: SystemTray.items Item { required property var modelData - width: 16 - height: 16 + width: 24 + height: 30 Image { id: trayIcon - anchors.fill: parent + anchors.centerIn: parent + width: 16 + height: 16 source: modelData.icon sourceSize.width: 16 sourceSize.height: 16