summaryrefslogtreecommitdiff
path: root/config/LockConfig.qml
blob: bcb753f583a14c5d1cee924458420f9e38953aa6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
import Quickshell.Io

JsonObject {
    property int maxNotifs: 5
    property Sizes sizes: Sizes {}

    component Sizes: JsonObject {
        property real heightMult: 0.7
        property real ratio: 16 / 9
        property int centerWidth: 600
    }
}