diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-10 17:17:51 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-10 17:17:51 +1000 |
| commit | ba1c6fda43c44237a4fe5db092d6441eb85ef2dc (patch) | |
| tree | 6172ab70ba69584e2e7c785f8336ddeb60f8e761 /config | |
| parent | Merge branch 'main' into new-lock (diff) | |
| download | caelestia-shell-ba1c6fda43c44237a4fe5db092d6441eb85ef2dc.tar.gz caelestia-shell-ba1c6fda43c44237a4fe5db092d6441eb85ef2dc.tar.bz2 caelestia-shell-ba1c6fda43c44237a4fe5db092d6441eb85ef2dc.zip | |
lock: add content + better unlock anim
Diffstat (limited to 'config')
| -rw-r--r-- | config/LockConfig.qml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config/LockConfig.qml b/config/LockConfig.qml index c3474a3..0a62493 100644 --- a/config/LockConfig.qml +++ b/config/LockConfig.qml @@ -5,12 +5,11 @@ JsonObject { property Sizes sizes: Sizes {} component Sizes: JsonObject { - property int border: 100 property int clockWidth: 800 property int clockHeight: 200 property int inputWidth: 600 property int inputHeight: 200 - property int faceSize: 100 + property int faceSize: 200 property int weatherWidth: 400 property int weatherHeight: 100 property int mediaWidth: 600 |