From 2a652d549a56b74cdf5134ffee7d84ef5e96823f Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 22 Jun 2025 20:50:39 +1000 Subject: feat: lock screen --- config/LockConfig.qml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 config/LockConfig.qml (limited to 'config/LockConfig.qml') 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 + } +} -- cgit v1.2.3-freya