add charging watchdog

This commit is contained in:
Frank Zechert
2026-08-18 12:25:15 +02:00
parent 2e546e1ebb
commit aed8cf9dd3
5 changed files with 280 additions and 7 deletions
@@ -364,24 +364,24 @@
"acLockTimeout": 1800,
"acSuspendTimeout": 0,
"acSuspendBehavior": 0,
"acProfileName": "",
"acProfileName": "2",
"acPostLockMonitorTimeout": 3600,
"batteryMonitorTimeout": 600,
"batteryLockTimeout": 300,
"batterySuspendTimeout": 3600,
"batterySuspendBehavior": 2,
"batteryProfileName": "",
"batteryProfileName": "0",
"batteryPostLockMonitorTimeout": 300,
"batteryChargeLimit": 100,
"batteryNotifyChargeLimit": false,
"batteryCriticalThreshold": 5,
"batteryNotifyChargeLimit": true,
"batteryCriticalThreshold": 10,
"batteryNotifyCritical": true,
"batteryLowThreshold": 15,
"batteryNotifyLow": true,
"batteryChargeLimitNotificationType": 0,
"batteryChargeLimitNotificationType": 1,
"batteryLowNotificationType": 1,
"batteryCriticalNotificationType": 1,
"batteryAutoPowerSaver": false,
"batteryAutoPowerSaver": true,
"lockBeforeSuspend": true,
"loginctlLockIntegration": true,
"fadeToLockEnabled": true,