From fd80eebc4cbcb8568671c54c9d674a6422771c9e Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Tue, 3 Jan 2023 17:17:05 +0100 Subject: [PATCH] Fix functionality. --- task-notify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/task-notify b/task-notify index c1235b6..000ffeb 100755 --- a/task-notify +++ b/task-notify @@ -5,4 +5,4 @@ tasks=$(task status:pending -notified due export | jq -r '.[].description') for task in $tasks; do notify-send 'A task is due.' "$task" done -task status:pending -notified due modify +notified +task rc.bulk=0 rc.confirmation=off status:pending -notified due modify +notified