diff options
Diffstat (limited to 'bar/calendarnotification')
-rwxr-xr-x | bar/calendarnotification | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bar/calendarnotification b/bar/calendarnotification new file mode 100755 index 0000000..39df717 --- /dev/null +++ b/bar/calendarnotification @@ -0,0 +1,2 @@ +#!/bin/sh +notify-send -u low -t 10000 "`date +'%m/%d/%Y %T'`" "`cal | tr '[:upper:]' '[:lower:]'`\n`date +'day %0j, week %0U, q%q'`" |