summaryrefslogtreecommitdiff
path: root/config/LockConfig.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-22 23:58:39 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-22 23:58:39 +1000
commitda1d96f5e8df96a66c0897f103d3824efa0e26c5 (patch)
treec24da4213be5347eb0c214ea5fc5b6ef7cd0aa70 /config/LockConfig.qml
parentlock: static border (diff)
downloadcaelestia-shell-da1d96f5e8df96a66c0897f103d3824efa0e26c5.tar.gz
caelestia-shell-da1d96f5e8df96a66c0897f103d3824efa0e26c5.tar.bz2
caelestia-shell-da1d96f5e8df96a66c0897f103d3824efa0e26c5.zip
lock: add weather
Diffstat (limited to 'config/LockConfig.qml')
-rw-r--r--config/LockConfig.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/LockConfig.qml b/config/LockConfig.qml
index 19f35d4..59faca9 100644
--- a/config/LockConfig.qml
+++ b/config/LockConfig.qml
@@ -8,5 +8,7 @@ JsonObject {
property int inputWidth: 600
property int inputHeight: 200
property int faceSize: 100
+ property int weatherWidth: 400
+ property int weatherHeight: 100
}
}