From 67be63e507a7b03bc4f88131202f23be54ffbede Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 12 Sep 2025 10:24:22 +0200 Subject: ... --- accounts/gkleen@sif/shell/quickshell/NiriIdle.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/accounts/gkleen@sif/shell/quickshell/NiriIdle.qml b/accounts/gkleen@sif/shell/quickshell/NiriIdle.qml index faa77c3f..d65711e2 100644 --- a/accounts/gkleen@sif/shell/quickshell/NiriIdle.qml +++ b/accounts/gkleen@sif/shell/quickshell/NiriIdle.qml @@ -17,14 +17,14 @@ Scope { onIsIdleChanged: { if (idleMonitor540.isIdle) - NiriService.sendCommand({ "Action": "PowerOffMonitors" }); + NiriService.sendCommand({ "Action": { "PowerOffMonitors": {} } }); } } Connections { target: Custom.Systemd function onSleep(before: bool) { if (!before) - NiriService.sendCommand({ "Action": "PowerOnMonitors" }); + NiriService.sendCommand({ "Action": { "PowerOnMonitors": {} } }); } } } -- cgit v1.2.3