From 08330f8102fdb53483fced47a9f71046fbf87740 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Sat, 3 Aug 2024 08:40:00 +0100 Subject: Replace notify-send for the fyi notification client --- .config/eww/scripts/calendar.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/eww/scripts/calendar.sh') diff --git a/.config/eww/scripts/calendar.sh b/.config/eww/scripts/calendar.sh index 98f94c0..63789d2 100755 --- a/.config/eww/scripts/calendar.sh +++ b/.config/eww/scripts/calendar.sh @@ -3,7 +3,7 @@ # Calendar script function ShowCalendar() { - notify-send -i "calendar" " 📅 Calendar" "$(cal | sed "s/\<$(date +%-d)\>/$(date +%-d)<\/b><\/span>/")" --hint=string:x-canonical-private-synchronous:calendar + fyi -a "Calendar" --hint string:x-canonical-private-synchronous:calendar " 📅 Calendar" "$(cal | sed "s/\<$(date +%-d)\>/$(date +%-d)<\/b><\/span>/")" } function EditCalendar() { -- cgit v1.2.3