summaryrefslogtreecommitdiff
path: root/config/LockConfig.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-23 19:33:55 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-23 19:33:55 +1000
commit92700bbd84511c0d2963d29c5346118322e67562 (patch)
treea99f1eec415e32724ab7ac2f5357ffbf0a5467dd /config/LockConfig.qml
parentdrawers: give back focus when close (diff)
downloadcaelestia-shell-92700bbd84511c0d2963d29c5346118322e67562.tar.gz
caelestia-shell-92700bbd84511c0d2963d29c5346118322e67562.tar.bz2
caelestia-shell-92700bbd84511c0d2963d29c5346118322e67562.zip
lock: add media
Diffstat (limited to 'config/LockConfig.qml')
-rw-r--r--config/LockConfig.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/LockConfig.qml b/config/LockConfig.qml
index 59faca9..8b8b6fb 100644
--- a/config/LockConfig.qml
+++ b/config/LockConfig.qml
@@ -10,5 +10,9 @@ JsonObject {
property int faceSize: 100
property int weatherWidth: 400
property int weatherHeight: 100
+ property int mediaWidth: 600
+ property int mediaHeight: 170
+ property int mediaCoverSize: 150
+ property int mediaCoverBorder: 3
}
}