diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2022-02-09 20:18:52 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2022-02-09 20:18:52 +0100 |
| commit | fdebc63e55a9063224a1690d263718cb1493e799 (patch) | |
| tree | 84944966cedbfeae716b2363f0c267abdb30b36f /notify-time | |
| parent | 6f45972265b532365421658f1370742bb82b757b (diff) | |
| download | scripts-fdebc63e55a9063224a1690d263718cb1493e799.tar.gz scripts-fdebc63e55a9063224a1690d263718cb1493e799.zip | |
Fixed date for herbe notification (maybe broke it for notify-send)
Diffstat (limited to '')
| -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" |
