blob: a95efa9ec72db71c42badb55d3c43f29049d47c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
}
}
|