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-checknow | 10 ++++++---- scripts/sdep-checkpast | 5 +++-- 2 files changed, 9 insertions(+), 6 deletions(-) (limited to 'scripts') diff --git a/scripts/sdep-checknow b/scripts/sdep-checknow index 0319b5f..2cb8f68 100755 --- a/scripts/sdep-checknow +++ b/scripts/sdep-checknow @@ -9,11 +9,13 @@ # weekly: only specify Weekday + time # monthly: only specify day of the month + time -# Requires: notify-send; the weekly part uses the non-portable -d option of -# GNU date, which you might have to change if you are not on Linux (on some -# systems you can accomplish the same with -j). +# Requires: a command to send notifications such as herbe or notify-send. +# The weekly part uses the non-portable -d option of GNU date, which you +# might have to change if you are not on Linux (on some systems you can +# accomplish the same with -j). -notify="notify-send -t 3600000" +#notify="notify-send -t 3600000" +notify=herbe title="$(date +%H:%M)" sdepnotify() { 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