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

JsonObject {
    property bool recolourLogo: false
    property bool enableFprint: true
    property int maxFprintTries: 3
    property Sizes sizes: Sizes {}

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