commit fdebc63e55a9063224a1690d263718cb1493e799
parent 6f45972265b532365421658f1370742bb82b757b
Author: Sebastiano Tronto <sebastiano.tronto@gmail.com>
Date: Wed, 9 Feb 2022 20:18:52 +0100
Fixed date for herbe notification (maybe broke it for notify-send)
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/notify-time b/notify-time
@@ -4,10 +4,12 @@
# Requires: notify-send or similar
+# TODO: check if it still works with notify-send
+
#notify=notify-send
notify=herbe
t=$(date +"%H:%M:%S")
-d=$(date +"%d\ %B\ %Y,\ %A")
+d=$(date +"%d %B %Y, %A")
$notify "$t" "$d"