From 760558d214ad2f1385b20d923ad98934c0611051 Mon Sep 17 00:00:00 2001 From: lucy Date: Thu, 12 Feb 2026 14:45:11 +0100 Subject: [PATCH] change animation in ws --- modules/bar/Workspaces.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/bar/Workspaces.qml b/modules/bar/Workspaces.qml index 62cea8d..b64a61a 100644 --- a/modules/bar/Workspaces.qml +++ b/modules/bar/Workspaces.qml @@ -44,8 +44,8 @@ Rectangle { Behavior on width { NumberAnimation { - duration: 500 - easing.type: Easing.InOutBack + duration: 200 + easing.type: Easing.Linear } }