diff options
Diffstat (limited to 'config/LockConfig.qml')
| -rw-r--r-- | config/LockConfig.qml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config/LockConfig.qml b/config/LockConfig.qml new file mode 100644 index 0000000..a95efa9 --- /dev/null +++ b/config/LockConfig.qml @@ -0,0 +1,12 @@ +import Quickshell.Io + +JsonObject { + property JsonObject sizes: JsonObject { + property real border: 0.1 + property int clockWidth: 800 + property int clockHeight: 200 + property int inputWidth: 600 + property int inputHeight: 200 + property int faceSize: 100 + } +} |