From ba8df6e7fea83f3e6e9b27c62dc5932fd77f5383 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sat, 24 May 2025 18:45:13 +0200 Subject: [PATCH] adjust button bounce duration --- .config/quickshell/modules/common/Appearance.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/quickshell/modules/common/Appearance.qml b/.config/quickshell/modules/common/Appearance.qml index 963a3da4b..6256d90e3 100644 --- a/.config/quickshell/modules/common/Appearance.qml +++ b/.config/quickshell/modules/common/Appearance.qml @@ -242,7 +242,7 @@ Singleton { } property QtObject clickBounce: QtObject { - property int duration: 250 + property int duration: 200 property int type: Easing.BezierSpline property list bezierCurve: animationCurves.expressiveFastSpatial property int velocity: 850