diff options
Diffstat (limited to '')
| -rwxr-xr-x | scripts/sdep-checkpast | 5 |
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 | ||
| 14 | notify="notify-send -t 3600000" | 14 | #notify="notify-send -t 3600000" |
| 15 | notify=herbe | ||
| 15 | 16 | ||
| 16 | sdep-list past | \ | 17 | sdep-list past | \ |
| 17 | while read text; do | 18 | while read text; do |
