summaryrefslogtreecommitdiff
path: root/modules/launcher
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-05 17:15:10 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-05 17:15:10 +1000
commit57f815bdc885960ba27c0028d044a0977afd3eba (patch)
tree62827b6a865b67b5767a0427b7ea82b2195d854e /modules/launcher
parentfeat: wallpaper and colour preview (diff)
downloadcaelestia-shell-57f815bdc885960ba27c0028d044a0977afd3eba.tar.gz
caelestia-shell-57f815bdc885960ba27c0028d044a0977afd3eba.tar.bz2
caelestia-shell-57f815bdc885960ba27c0028d044a0977afd3eba.zip
wallpaper: limit source size
Also animate launcher and osd background colours
Diffstat (limited to 'modules/launcher')
-rw-r--r--modules/launcher/Background.qml8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/launcher/Background.qml b/modules/launcher/Background.qml
index 7dce14a..e7104ba 100644
--- a/modules/launcher/Background.qml
+++ b/modules/launcher/Background.qml
@@ -58,5 +58,13 @@ Shape {
radiusY: root.roundingY
direction: PathArc.Counterclockwise
}
+
+ Behavior on fillColor {
+ ColorAnimation {
+ duration: Appearance.anim.durations.normal
+ easing.type: Easing.BezierSpline
+ easing.bezierCurve: Appearance.anim.curves.standard
+ }
+ }
}
}