diff --git a/.config/quickshell/modules/common/Appearance.qml b/.config/quickshell/modules/common/Appearance.qml index d6ecbaf14..963a3da4b 100644 --- a/.config/quickshell/modules/common/Appearance.qml +++ b/.config/quickshell/modules/common/Appearance.qml @@ -181,7 +181,7 @@ Singleton { property QtObject elementMove: QtObject { property int duration: 500 property int type: Easing.BezierSpline - property list bezierCurve: animationCurves.emphasized + property list bezierCurve: animationCurves.expressiveDefaultSpatial property int velocity: 650 property Component numberAnimation: Component { NumberAnimation {