From aec849c820fab6346fd2c8204044aabeb03f3a7e Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sun, 8 Feb 2026 20:31:14 +0100 Subject: [PATCH] hefty: bar: cleaner hover anim when in special ws --- .../ii/modules/hefty/topLayer/bar/widgets/HWorkspaces.qml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dots/.config/quickshell/ii/modules/hefty/topLayer/bar/widgets/HWorkspaces.qml b/dots/.config/quickshell/ii/modules/hefty/topLayer/bar/widgets/HWorkspaces.qml index c5915fb7b..6a05a822d 100644 --- a/dots/.config/quickshell/ii/modules/hefty/topLayer/bar/widgets/HWorkspaces.qml +++ b/dots/.config/quickshell/ii/modules/hefty/topLayer/bar/widgets/HWorkspaces.qml @@ -272,9 +272,12 @@ Item { FadeLoader { anchors.centerIn: parent - shown: wsModel.specialWorkspaceActive && root.specialBlur > 0 + shown: wsModel.specialWorkspaceActive scale: 0.8 + 0.2 * root.specialBlur + opacity: root.specialBlur + Behavior on opacity {} // Don't animate, as specialBlur is already animated + sourceComponent: Pill { anchors.centerIn: parent property real undirectionalWidth: root.activeWorkspaceSize