From fdebc63e55a9063224a1690d263718cb1493e799 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Wed, 9 Feb 2022 20:18:52 +0100 Subject: Fixed date for herbe notification (maybe broke it for notify-send) --- notify-time | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'notify-time') diff --git a/notify-time b/notify-time index 39bc805..4b77c74 100755 --- 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" -- cgit v1.3