From ded156f58d0a23b3926e9dbbbc5ed2a7d1d4c0c7 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 5 Jun 2025 22:13:27 +1000 Subject: feat: bluetooth popout --- services/Popouts.qml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'services/Popouts.qml') diff --git a/services/Popouts.qml b/services/Popouts.qml index fa5b2d6..b7ef5f8 100644 --- a/services/Popouts.qml +++ b/services/Popouts.qml @@ -1,5 +1,6 @@ pragma Singleton +import "root:/config" import Quickshell import QtQuick @@ -7,4 +8,12 @@ Singleton { property string currentName property real currentCenter property bool hasCurrent + + Behavior on currentCenter { + NumberAnimation { + duration: Appearance.anim.durations.normal + easing.type: Easing.BezierSpline + easing.bezierCurve: Appearance.anim.curves.emphasized + } + } } -- cgit v1.2.3-freya