diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-06-23 19:33:55 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-06-23 19:33:55 +1000 |
| commit | 92700bbd84511c0d2963d29c5346118322e67562 (patch) | |
| tree | a99f1eec415e32724ab7ac2f5357ffbf0a5467dd /config/LockConfig.qml | |
| parent | drawers: give back focus when close (diff) | |
| download | caelestia-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.qml | 4 |
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 } } |