diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2022-02-09 19:13:45 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2022-02-09 19:13:45 +0100 |
| commit | 0bcca7b6808a02af3c4758c30eec9984d44dfac7 (patch) | |
| tree | 34d1e08904229c797e9aa07e656bbe2eb30d7f40 /scripts/sdep-checkpast | |
| parent | c88e94d631b09d6f0839b4f96df2be974b23217e (diff) | |
| download | sdep-0bcca7b6808a02af3c4758c30eec9984d44dfac7.tar.gz sdep-0bcca7b6808a02af3c4758c30eec9984d44dfac7.zip | |
Changed notification system to herbe.
Diffstat (limited to 'scripts/sdep-checkpast')
| -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 |
