From 3b0917b1e85256dba7e353b8ccf38733084b6a66 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Sun, 7 Sep 2025 17:32:13 +0200 Subject: hdidle: stop sending notifications every time MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- bundles/hdidle/files/cron_job | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundles/hdidle/files/cron_job b/bundles/hdidle/files/cron_job index c4d8209..1830b93 100755 --- a/bundles/hdidle/files/cron_job +++ b/bundles/hdidle/files/cron_job @@ -1,5 +1,5 @@ #!/bin/sh set -eu -/usr/bin/hdidle >/dev/null 2>&1 && - tgnotify '💤*shimakaze/hdidle*\nput drives to sleep' >/dev/null 2>&1 +/usr/bin/hdidle >/dev/null 2>&1 +# tgnotify '💤*shimakaze/hdidle*\nput drives to sleep' >/dev/null 2>&1 exit 0 -- cgit 1.4.1