aboutsummaryrefslogtreecommitdiff
path: root/.config/eww/scripts/calendar.sh
diff options
context:
space:
mode:
Diffstat (limited to '.config/eww/scripts/calendar.sh')
-rwxr-xr-x.config/eww/scripts/calendar.sh2
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() {