about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2025-09-07 17:32:13 +0200
committerRobert Günzler <r@gnzler.io>2025-09-25 12:56:47 +0200
commit3b0917b1e85256dba7e353b8ccf38733084b6a66 (patch)
treeb5e98020599e6abff3ad3abd2dca6038078895a8
parent8db9d0cc31582750026c66fa02236c494c2a8e2c (diff)
hdidle: stop sending notifications every time
Signed-off-by: Robert Günzler <r@gnzler.io>
-rwxr-xr-xbundles/hdidle/files/cron_job4
1 files 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