diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-06-09 15:27:13 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-06-09 15:27:13 +0100 |
commit | c14531cf2929a2923c27e9bbe0c9945cc6169a57 (patch) | |
tree | 485f08054639fa8b3172b81cf6615a316499242f /.config/eww | |
parent | aceb9a9b08fe89f212deeee278da37326023f989 (diff) |
Updated for Chimera Linux use
Diffstat (limited to '.config/eww')
-rwxr-xr-x | .config/eww/scripts/calendar.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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/<b><span color=\"#fabd2f\">/;s/..0m/<\/span><\/b>/")" + notify-send -i "calendar" " 📅 Calendar" "$(cal | sed "s/\<$(date +%-d)\>/<span color='#fabd2f'><b>$(date +%-d)<\/b><\/span>/")" --hint=string:x-canonical-private-synchronous:calendar } function EditCalendar() { |