Files
z-bar-qt/Config/LockConf.qml
T
AramJonghu db9c98b322
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 15s
Python / lint-format (pull_request) Successful in 22s
Python / test (pull_request) Successful in 46s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m5s
set default enabled for laptops, disabled for non battery devices
2026-06-01 21:03:59 +02:00

21 lines
499 B
QML

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