diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/sdep-checknow | 10 | ||||
| -rwxr-xr-x | scripts/sdep-checkpast | 5 |
2 files changed, 9 insertions, 6 deletions
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 @@ | |||
| 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; the weekly part uses the non-portable -d option of | 12 | # Requires: a command to send notifications such as herbe or notify-send. |
| 13 | # GNU date, which you might have to change if you are not on Linux (on some | 13 | # The weekly part uses the non-portable -d option of GNU date, which you |
| 14 | # systems you can accomplish the same with -j). | 14 | # might have to change if you are not on Linux (on some systems you can |
| 15 | # accomplish the same with -j). | ||
| 15 | 16 | ||
| 16 | notify="notify-send -t 3600000" | 17 | #notify="notify-send -t 3600000" |
| 18 | notify=herbe | ||
| 17 | title="$(date +%H:%M)" | 19 | title="$(date +%H:%M)" |
| 18 | 20 | ||
| 19 | sdepnotify() { | 21 | 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 @@ | |||
| 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 |
