Files
z-bar-qt/Config/LockConf.qml
2026-02-17 21:55:21 +01:00

16 lines
363 B
QML

import Quickshell.Io
JsonObject {
property bool recolorLogo: false
property bool enableFprint: true
property int maxFprintTries: 3
property Sizes sizes: Sizes {}
property int blurAmount: 40
component Sizes: JsonObject {
property real heightMult: 0.7
property real ratio: 16 / 9
property int centerWidth: 600
}
}