aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2022-02-09 20:18:52 +0100
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2022-02-09 20:18:52 +0100
commitfdebc63e55a9063224a1690d263718cb1493e799 (patch)
tree84944966cedbfeae716b2363f0c267abdb30b36f
parent6f45972265b532365421658f1370742bb82b757b (diff)
downloadscripts-fdebc63e55a9063224a1690d263718cb1493e799.tar.gz
scripts-fdebc63e55a9063224a1690d263718cb1493e799.zip
Fixed date for herbe notification (maybe broke it for notify-send)
-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