From: Siraaj Khandkar Date: Sat, 30 Oct 2021 10:48:13 +0000 (-0400) Subject: Use the 3-month view in cal pop-up/notification X-Git-Url: https://git.xandkar.net/?p=khome.git;a=commitdiff_plain;h=070cf58cd7d80d31b38793ab29a918ac0a4d5d83 Use the 3-month view in cal pop-up/notification --- diff --git a/home/bin/notify_cal b/home/bin/notify_cal index 1cfb9c0..2a68405 100755 --- a/home/bin/notify_cal +++ b/home/bin/notify_cal @@ -1,3 +1,3 @@ #! /bin/sh -notify-send "$(cal -m)" -u low +notify-send ' ' "$(cal -vm3)" -u low