diff --git a/src/datetime b/src/datetime new file mode 100644 index 0000000..71d8717 --- /dev/null +++ b/src/datetime @@ -0,0 +1,4 @@ +#!/bin/sh + +# Send a default format datetime notification +notify-send "$(date)" -t 4000