summaryrefslogtreecommitdiff
path: root/modules/lock/Content.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-11 01:38:37 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-11 01:38:37 +1000
commitdcaa49cddc1a075eb2825637b7681e61223ba45d (patch)
tree9dd944cdb6da259c4bfabc80777ab526a4a2ecc3 /modules/lock/Content.qml
parentlock: better unlock anim (diff)
downloadcaelestia-shell-dcaa49cddc1a075eb2825637b7681e61223ba45d.tar.gz
caelestia-shell-dcaa49cddc1a075eb2825637b7681e61223ba45d.tar.bz2
caelestia-shell-dcaa49cddc1a075eb2825637b7681e61223ba45d.zip
lock: add media + some fixes
Diffstat (limited to 'modules/lock/Content.qml')
-rw-r--r--modules/lock/Content.qml12
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/lock/Content.qml b/modules/lock/Content.qml
index b7d3ddb..176dc8e 100644
--- a/modules/lock/Content.qml
+++ b/modules/lock/Content.qml
@@ -36,9 +36,21 @@ RowLayout {
Layout.fillWidth: true
Layout.fillHeight: true
+ radius: Appearance.rounding.small
+ color: Colours.tPalette.m3surfaceContainer
+ }
+
+ StyledClippingRect {
+ Layout.fillWidth: true
+ implicitHeight: media.implicitHeight
+
bottomLeftRadius: Appearance.rounding.large
radius: Appearance.rounding.small
color: Colours.tPalette.m3surfaceContainer
+
+ Media {
+ id: media
+ }
}
}