diff options
Diffstat (limited to 'services')
| -rw-r--r-- | services/Popouts.qml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/services/Popouts.qml b/services/Popouts.qml index b7ef5f8..fdd1480 100644 --- a/services/Popouts.qml +++ b/services/Popouts.qml @@ -5,11 +5,15 @@ import Quickshell import QtQuick Singleton { + id: root + property string currentName property real currentCenter property bool hasCurrent Behavior on currentCenter { + enabled: root.hasCurrent + NumberAnimation { duration: Appearance.anim.durations.normal easing.type: Easing.BezierSpline |