diff options
| author | Robert Günzler <r@gnzler.io> | 2025-09-07 17:32:13 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2025-09-25 12:56:47 +0200 |
| commit | 3b0917b1e85256dba7e353b8ccf38733084b6a66 (patch) | |
| tree | b5e98020599e6abff3ad3abd2dca6038078895a8 /bundles/hdidle | |
| parent | 8db9d0cc31582750026c66fa02236c494c2a8e2c (diff) | |
hdidle: stop sending notifications every time
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to 'bundles/hdidle')
| -rwxr-xr-x | bundles/hdidle/files/cron_job | 4 |
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 |