summaryrefslogtreecommitdiff
path: root/config/LockConfig.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-10 19:22:27 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-10 19:22:27 +1000
commit56ca1632c5ecd6e1c3124154e689608c359fab1e (patch)
treee374308f1927a545db79dcb22a791eb667bd8719 /config/LockConfig.qml
parentlock: add content + better unlock anim (diff)
downloadcaelestia-shell-56ca1632c5ecd6e1c3124154e689608c359fab1e.tar.gz
caelestia-shell-56ca1632c5ecd6e1c3124154e689608c359fab1e.tar.bz2
caelestia-shell-56ca1632c5ecd6e1c3124154e689608c359fab1e.zip
lock: input field + separate pam
Diffstat (limited to 'config/LockConfig.qml')
-rw-r--r--config/LockConfig.qml19
1 files changed, 1 insertions, 18 deletions
diff --git a/config/LockConfig.qml b/config/LockConfig.qml
index 0a62493..a64dd74 100644
--- a/config/LockConfig.qml
+++ b/config/LockConfig.qml
@@ -5,23 +5,6 @@ JsonObject {
property Sizes sizes: Sizes {}
component Sizes: JsonObject {
- property int clockWidth: 800
- property int clockHeight: 200
- property int inputWidth: 600
- property int inputHeight: 200
- property int faceSize: 200
- property int weatherWidth: 400
- property int weatherHeight: 100
- property int mediaWidth: 600
- property int mediaWidthSmall: 450
- property int mediaHeight: 170
- property int mediaHeightSmall: 150
- property int mediaCoverSize: 150
- property int mediaCoverSizeSmall: 120
- property int mediaCoverBorder: 3
- property int largeScreenWidth: 2560
- property int smallScreenWidth: 1080
- property int buttonsWidth: 400
- property int buttonsWidthSmall: 300
+ property int centerWidth: 600
}
}