summaryrefslogtreecommitdiff
path: root/modules/bar/popouts
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-24 16:42:03 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-24 16:42:03 +1000
commit9dcdee9cfcade554748b3f5d16696ad7f0b7def9 (patch)
treed3d23d96600eeccac56d61f41e263f8ca761b5da /modules/bar/popouts
parentbar: better handling for named workspaces (diff)
downloadcaelestia-shell-9dcdee9cfcade554748b3f5d16696ad7f0b7def9.tar.gz
caelestia-shell-9dcdee9cfcade554748b3f5d16696ad7f0b7def9.tar.bz2
caelestia-shell-9dcdee9cfcade554748b3f5d16696ad7f0b7def9.zip
internal: add anim component
No inlining
Diffstat (limited to 'modules/bar/popouts')
-rw-r--r--modules/bar/popouts/Bluetooth.qml6
-rw-r--r--modules/bar/popouts/Content.qml7
-rw-r--r--modules/bar/popouts/Network.qml6
3 files changed, 1 insertions, 18 deletions
diff --git a/modules/bar/popouts/Bluetooth.qml b/modules/bar/popouts/Bluetooth.qml
index 22bdc77..e623eae 100644
--- a/modules/bar/popouts/Bluetooth.qml
+++ b/modules/bar/popouts/Bluetooth.qml
@@ -218,10 +218,4 @@ ColumnLayout {
id: toggle
}
}
-
- component Anim: NumberAnimation {
- duration: Appearance.anim.durations.normal
- easing.type: Easing.BezierSpline
- easing.bezierCurve: Appearance.anim.curves.standard
- }
}
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
- }
}
diff --git a/modules/bar/popouts/Network.qml b/modules/bar/popouts/Network.qml
index 35146aa..21d1913 100644
--- a/modules/bar/popouts/Network.qml
+++ b/modules/bar/popouts/Network.qml
@@ -226,10 +226,4 @@ ColumnLayout {
id: toggle
}
}
-
- component Anim: NumberAnimation {
- duration: Appearance.anim.durations.normal
- easing.type: Easing.BezierSpline
- easing.bezierCurve: Appearance.anim.curves.standard
- }
}