diff --git a/Config/LockConf.qml b/Config/LockConf.qml index 874131b..88ad57c 100644 --- a/Config/LockConf.qml +++ b/Config/LockConf.qml @@ -1,10 +1,11 @@ import Quickshell.Io +import Quickshell.Services.UPower JsonObject { property int blurAmount: 40 property bool enableFprint: true property int maxFprintTries: 3 - property bool lidWatch: true + property bool lidWatch: UPower.displayDevice.isLaptopBattery property bool recolorLogo: false property bool showNotifContent: false property bool showNotifIcon: true