lid behavior watcher to lock session #115

Merged
zach merged 25 commits from lid-switch-behavior into main 2026-06-03 18:02:21 +02:00
Showing only changes of commit db9c98b322 - Show all commits
+2 -1
View File
@@ -1,10 +1,11 @@
import Quickshell.Io import Quickshell.Io
import Quickshell.Services.UPower
JsonObject { JsonObject {
property int blurAmount: 40 property int blurAmount: 40
property bool enableFprint: true property bool enableFprint: true
property int maxFprintTries: 3 property int maxFprintTries: 3
property bool lidWatch: true property bool lidWatch: UPower.displayDevice.isLaptopBattery
property bool recolorLogo: false property bool recolorLogo: false
property bool showNotifContent: false property bool showNotifContent: false
property bool showNotifIcon: true property bool showNotifIcon: true