diff --git a/settings/hyprland.nix b/settings/hyprland.nix index 91dc882..278f3a8 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -529,7 +529,7 @@ in Timer { id: calCloseTimer - interval: 240 + interval: 230 onTriggered: calPopup.visible = false } } @@ -850,8 +850,13 @@ in onVisibleChanged: { if (visible) { open = true; - } else { + } + } + + onActiveChanged: { + if (!active && visible) { open = false; + calCloseTimer.start(); } }