From: Siraaj Khandkar Date: Wed, 10 Mar 2021 01:37:32 +0000 (-0500) Subject: Switch to plain cal from ncal X-Git-Url: https://git.xandkar.net/?p=khome.git;a=commitdiff_plain;h=d5774fb8ccf3e36360feb1b75ec537751ae03bfe Switch to plain cal from ncal since ncal isn't in Void repos (at least for now) --- diff --git a/home/bin/notify_cal b/home/bin/notify_cal index 7241c55..1cfb9c0 100755 --- a/home/bin/notify_cal +++ b/home/bin/notify_cal @@ -1,3 +1,3 @@ #! /bin/sh -notify-send "$(ncal -M)" -u low +notify-send "$(cal -m)" -u low