From 92700bbd84511c0d2963d29c5346118322e67562 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 23 Jun 2025 19:33:55 +1000 Subject: lock: add media --- modules/lock/LockSurface.qml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules/lock/LockSurface.qml') diff --git a/modules/lock/LockSurface.qml b/modules/lock/LockSurface.qml index 4751c70..d99b3f3 100644 --- a/modules/lock/LockSurface.qml +++ b/modules/lock/LockSurface.qml @@ -99,6 +99,13 @@ WlSessionLockSurface { anchors.rightMargin: -backgrounds.weatherRight } + MediaPlaying { + anchors.bottom: parent.top + anchors.right: parent.left + anchors.bottomMargin: -backgrounds.mediaBottom + anchors.rightMargin: -backgrounds.mediaRight + } + component Anim: NumberAnimation { duration: Appearance.anim.durations.large easing.type: Easing.BezierSpline -- cgit v1.2.3-freya