From 9dcdee9cfcade554748b3f5d16696ad7f0b7def9 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 24 Aug 2025 16:42:03 +1000 Subject: internal: add anim component No inlining --- modules/bar/popouts/Content.qml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'modules/bar/popouts/Content.qml') diff --git a/modules/bar/popouts/Content.qml b/modules/bar/popouts/Content.qml index b8fcbc5..f197e20 100644 --- a/modules/bar/popouts/Content.qml +++ b/modules/bar/popouts/Content.qml @@ -1,5 +1,6 @@ pragma ComponentBehavior: Bound +import qs.components import qs.config import Quickshell import Quickshell.Services.SystemTray @@ -151,10 +152,4 @@ Item { } ] } - - component Anim: NumberAnimation { - duration: Appearance.anim.durations.normal - easing.type: Easing.BezierSpline - easing.bezierCurve: Appearance.anim.curves.standard - } } -- cgit v1.2.3-freya