From 025a819b63c70b5a408ed4ba19e50e48ab43b81a Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Wed, 5 Nov 2025 10:15:21 +0100 Subject: [PATCH] scale up bg widgets when dragging --- .../modules/background/widgets/AbstractBackgroundWidget.qml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dots/.config/quickshell/ii/modules/background/widgets/AbstractBackgroundWidget.qml b/dots/.config/quickshell/ii/modules/background/widgets/AbstractBackgroundWidget.qml index 93960148d..4f16c51cd 100644 --- a/dots/.config/quickshell/ii/modules/background/widgets/AbstractBackgroundWidget.qml +++ b/dots/.config/quickshell/ii/modules/background/widgets/AbstractBackgroundWidget.qml @@ -27,6 +27,10 @@ AbstractWidget { Behavior on opacity { animation: Appearance.animation.elementMoveFast.numberAnimation.createObject(this) } + scale: (draggable && containsPress) ? 1.05 : 1 + Behavior on scale { + animation: Appearance.animation.elementResize.numberAnimation.createObject(this) + } draggable: placementStrategy === "free" onReleased: {