nosignal-shell/config/LockConfig.qml
2025-06-23 19:33:55 +10:00

18 lines
541 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
property int weatherWidth: 400
property int weatherHeight: 100
property int mediaWidth: 600
property int mediaHeight: 170
property int mediaCoverSize: 150
property int mediaCoverBorder: 3
}
}