6 lines
161 B
Bash
Executable File
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")"
|