From 20683e8b719362e321cdd7f9acc571e297e4d268 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Mon, 21 Aug 2023 08:16:55 +0200 Subject: [PATCH] Ignore birthdays from khal notifications --- home/modules/programs/khal-notification.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/programs/khal-notification.nix b/home/modules/programs/khal-notification.nix index aa39fda..a057ee5 100644 --- a/home/modules/programs/khal-notification.nix +++ b/home/modules/programs/khal-notification.nix @@ -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