From 12c1a0127a1238c20edb2dee72193d4e8694f680 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Thu, 21 May 2026 18:13:55 +0200 Subject: Make cal popup start on monday, and simplify --- scripts/popup-cal12 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/popup-cal12 b/scripts/popup-cal12 index ef37d08..fb716eb 100755 --- a/scripts/popup-cal12 +++ b/scripts/popup-cal12 @@ -3,4 +3,4 @@ # Popup terminal displaying cal -3 # Requires: st (suckless terminal) -st -T "stfloat" -g 69x36+580+50 -e sh -c "cal $(date +%Y); read x" +st -T "stfloat" -g 69x36+580+50 -e sh -c "cal -my; read x" -- cgit v1.3