aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.config/yambar/scripts/calendar.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/yambar/scripts/calendar.sh b/.config/yambar/scripts/calendar.sh
index d3e9196..98f94c0 100755
--- a/.config/yambar/scripts/calendar.sh
+++ b/.config/yambar/scripts/calendar.sh
@@ -3,7 +3,7 @@
# Calendar script
function ShowCalendar() {
- 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
+ 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() {