IdleService: adjust fade timing

This commit is contained in:
Lysec
2026-02-28 23:49:03 +01:00
parent 9a2597c4e5
commit 864a0e8263
+1 -1
View File
@@ -104,7 +104,7 @@ Singleton {
function _executeAction(stage) {
Logger.i("IdleService", "Executing action:", stage);
if (stage === "screenOff") {
root._suppressUntil = Date.now() + 15000;
root._suppressUntil = Date.now() + (Settings.data.idle.screenOffTimeout * 1000);
CompositorService.turnOffMonitors();
root.screenOffRequested();
} else if (stage === "lock") {