From 0bcca7b6808a02af3c4758c30eec9984d44dfac7 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Wed, 9 Feb 2022 19:13:45 +0100 Subject: Changed notification system to herbe. --- scripts/sdep-checkpast | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'scripts/sdep-checkpast') diff --git a/scripts/sdep-checkpast b/scripts/sdep-checkpast index fa8164d..35a561c 100755 --- a/scripts/sdep-checkpast +++ b/scripts/sdep-checkpast @@ -9,9 +9,10 @@ # weekly: only specify Weekday + time # monthly: only specify day of the month + time -# Requires: notify-send. +# Requires: a command to send notifications such as herbe or notify-send. -notify="notify-send -t 3600000" +#notify="notify-send -t 3600000" +notify=herbe sdep-list past | \ while read text; do -- cgit v1.3