From 2c793ed8f0470b30d16e9431d07038cf8268fc95 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 11 Aug 2025 23:33:58 +1000 Subject: lock/notifs: add empty placeholder --- modules/lock/LockSurface.qml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'modules/lock/LockSurface.qml') diff --git a/modules/lock/LockSurface.qml b/modules/lock/LockSurface.qml index 2a3fd72..d773c63 100644 --- a/modules/lock/LockSurface.qml +++ b/modules/lock/LockSurface.qml @@ -1,7 +1,6 @@ pragma ComponentBehavior: Bound import qs.components -import qs.components.effects import qs.services import qs.config import Quickshell.Wayland @@ -14,6 +13,7 @@ WlSessionLockSurface { required property WlSessionLock lock required property Pam pam + readonly property bool animating: initAnim.running || unlockAnim.running property bool locked Component.onCompleted: locked = true @@ -89,6 +89,8 @@ WlSessionLockSurface { } ParallelAnimation { + id: initAnim + running: true Anim { -- cgit v1.2.3-freya