diff options
| author | Anton Bobov <abobov@gmail.com> | 2020-11-15 23:45:30 +0500 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2020-11-15 23:45:30 +0500 |
| commit | a451afe3f0089eac899d3885c6caeebe8ea5de79 (patch) | |
| tree | 15700d116759560929bec61e8e2aebdc3db730fc /remind-daemon | |
| parent | 592e478bc82660651e45c384817e694ca750f5ab (diff) | |
Added remind daemon script.
Diffstat (limited to 'remind-daemon')
| -rwxr-xr-x | remind-daemon | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/remind-daemon b/remind-daemon new file mode 100755 index 0000000..989a992 --- /dev/null +++ b/remind-daemon @@ -0,0 +1,5 @@ +#!/bin/sh + +rem -z -k'notify-send --expire-time=0 --icon x-office-calendar Reminder "%s" &' || \ + notify-send --urgency=critical --expire-time=0 Reminder "Daemon failed with code: $?" + |
