diff --git a/.config/quickshell/modules/common/widgets/StyledProgressBar.qml b/.config/quickshell/modules/common/widgets/StyledProgressBar.qml index 26dea2db8..45505c4c0 100644 --- a/.config/quickshell/modules/common/widgets/StyledProgressBar.qml +++ b/.config/quickshell/modules/common/widgets/StyledProgressBar.qml @@ -24,7 +24,7 @@ ProgressBar { property real spermFps: 60 Behavior on waveAmplitude { - animation: Appearance?.animation.elementMoveEnter.numberAnimation.createObject(this) + animation: Appearance?.animation.elementMoveFast.numberAnimation.createObject(this) } Behavior on value {