change calendar icon theme

This commit is contained in:
Jérémie SALVI
2024-10-11 22:10:41 +02:00
parent c761f8e055
commit e209f50540

View File

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