commit 12c1a0127a1238c20edb2dee72193d4e8694f680 parent b52c54e245a43f5d6d71a5f41fdaba21f87066cf Author: Sebastiano Tronto <sebastiano@tronto.net> Date: Thu, 21 May 2026 18:13:55 +0200 Make cal popup start on monday, and simplify Diffstat:
| M | scripts/popup-cal12 | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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"