From bd34651151617d1f202154ada212da8f90942f70 Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Thu, 5 Nov 2020 05:15:21 -0500 Subject: [PATCH] Fix missing notify_cal script --- home/bin/notify_cal | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 home/bin/notify_cal diff --git a/home/bin/notify_cal b/home/bin/notify_cal new file mode 100755 index 0000000..7241c55 --- /dev/null +++ b/home/bin/notify_cal @@ -0,0 +1,3 @@ +#! /bin/sh + +notify-send "$(ncal -M)" -u low -- 2.20.1