diff options
Diffstat (limited to 'notify-time')
| -rwxr-xr-x | notify-time | 4 |
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 |
| 8 | notify=herbe | 10 | notify=herbe |
| 9 | 11 | ||
| 10 | t=$(date +"%H:%M:%S") | 12 | t=$(date +"%H:%M:%S") |
| 11 | d=$(date +"%d\ %B\ %Y,\ %A") | 13 | d=$(date +"%d %B %Y, %A") |
| 12 | 14 | ||
| 13 | $notify "$t" "$d" | 15 | $notify "$t" "$d" |
