summaryrefslogtreecommitdiff
path: root/config/LockConfig.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-22 22:51:23 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-22 22:51:23 +1000
commitac216cdbdb3045de18b56e88aac32491adcf2ab9 (patch)
tree3a447bde846d0abf584248c187d64b9b7601cc77 /config/LockConfig.qml
parentdashboard: better vertical spacing for media (diff)
downloadcaelestia-shell-ac216cdbdb3045de18b56e88aac32491adcf2ab9.tar.gz
caelestia-shell-ac216cdbdb3045de18b56e88aac32491adcf2ab9.tar.bz2
caelestia-shell-ac216cdbdb3045de18b56e88aac32491adcf2ab9.zip
lock: static border
Not percentage + equal on all sides
Diffstat (limited to 'config/LockConfig.qml')
-rw-r--r--config/LockConfig.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/LockConfig.qml b/config/LockConfig.qml
index a95efa9..19f35d4 100644
--- a/config/LockConfig.qml
+++ b/config/LockConfig.qml
@@ -2,7 +2,7 @@ import Quickshell.Io
JsonObject {
property JsonObject sizes: JsonObject {
- property real border: 0.1
+ property int border: 100
property int clockWidth: 800
property int clockHeight: 200
property int inputWidth: 600