nosignal-shell/config/LockConfig.qml
2 * r + 2 * t ac216cdbdb lock: static border
Not percentage + equal on all sides
2025-06-22 22:51:23 +10:00

12 lines
305 B
QML

import Quickshell.Io
JsonObject {
property JsonObject 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
}
}