Ignore birthdays from khal notifications

This commit is contained in:
Daniel Siepmann 2023-08-21 08:16:55 +02:00
parent 467ce2fdde
commit 20683e8b71
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -16,7 +16,7 @@ let
text = ''
date=$(date "+%H:%M:00")
events=$(khal list --notstarted "$date" "$1")
events=$(khal list -d contact_birthdays --notstarted "$date" "$1")
if [ -z "$events" ]; then
exit 0;
fi