summaryrefslogtreecommitdiff
path: root/remind-daemon
diff options
context:
space:
mode:
Diffstat (limited to 'remind-daemon')
-rwxr-xr-xremind-daemon5
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: $?"
+