Files
dotfiles/scripts/calendar.sh
2024-10-11 22:10:41 +02:00

6 lines
161 B
Bash
Executable File

#!/bin/bash
_DAY=$(date +%e)
dunstify -I /usr/share/icons/Papirus/128x128/apps/office-calendar.svg \
"" "$(cal | sed -e "s/$_DAY /<b><u>$_DAY<\/u><\/b> /g")"