aboutsummaryrefslogtreecommitdiff
path: root/scripts/sdep-checkpast
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/sdep-checkpast')
-rwxr-xr-xscripts/sdep-checkpast5
1 files changed, 3 insertions, 2 deletions
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 @@
9# weekly: only specify Weekday + time 9# weekly: only specify Weekday + time
10# monthly: only specify day of the month + time 10# monthly: only specify day of the month + time
11 11
12# Requires: notify-send. 12# Requires: a command to send notifications such as herbe or notify-send.
13 13
14notify="notify-send -t 3600000" 14#notify="notify-send -t 3600000"
15notify=herbe
15 16
16sdep-list past | \ 17sdep-list past | \
17while read text; do 18while read text; do

Generated with cgit - Back to sebastiano.tronto.net