aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xnotify-time4
1 files changed, 3 insertions, 1 deletions
diff --git a/notify-time b/notify-time
index 39bc805..4b77c74 100755
--- a/notify-time
+++ b/notify-time
@@ -4,10 +4,12 @@
4 4
5# Requires: notify-send or similar 5# Requires: notify-send or similar
6 6
7# TODO: check if it still works with notify-send
8
7#notify=notify-send 9#notify=notify-send
8notify=herbe 10notify=herbe
9 11
10t=$(date +"%H:%M:%S") 12t=$(date +"%H:%M:%S")
11d=$(date +"%d\ %B\ %Y,\ %A") 13d=$(date +"%d %B %Y, %A")
12 14
13$notify "$t" "$d" 15$notify "$t" "$d"

Generated with cgit - Back to sebastiano.tronto.net