Switch to plain cal from ncal
authorSiraaj Khandkar <siraaj@khandkar.net>
Wed, 10 Mar 2021 01:37:32 +0000 (20:37 -0500)
committerSiraaj Khandkar <siraaj@khandkar.net>
Wed, 10 Mar 2021 01:37:32 +0000 (20:37 -0500)
since ncal isn't in Void repos (at least for now)

home/bin/notify_cal

index 7241c55..1cfb9c0 100755 (executable)
@@ -1,3 +1,3 @@
 #! /bin/sh
 
-notify-send "$(ncal -M)" -u low
+notify-send "$(cal -m)" -u low
This page took 0.019387 seconds and 4 git commands to generate.