From c14531cf2929a2923c27e9bbe0c9945cc6169a57 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Sun, 9 Jun 2024 15:27:13 +0100 Subject: Updated for Chimera Linux use --- .config/eww/scripts/calendar.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/eww/scripts/calendar.sh b/.config/eww/scripts/calendar.sh index f077c59..98f94c0 100755 --- a/.config/eww/scripts/calendar.sh +++ b/.config/eww/scripts/calendar.sh @@ -3,7 +3,7 @@ # Calendar script function ShowCalendar() { - notify-send --hint=string:x-canonical-private-synchronous:calendar -u normal -i "calendar" " 📅 Calendar" "$(cal --color=always | sed "s/..7m//;s/..0m/<\/span><\/b>/")" + notify-send -i "calendar" " 📅 Calendar" "$(cal | sed "s/\<$(date +%-d)\>/$(date +%-d)<\/b><\/span>/")" --hint=string:x-canonical-private-synchronous:calendar } function EditCalendar() { -- cgit v1.2.3