From feeb30effb2f41b3fdc2f76c9e45869c9e601ed4 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 21 Nov 2021 16:33:20 +0100 Subject: Fixed calendar size for my other laptop configuration --- popup-cal12 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'popup-cal12') diff --git a/popup-cal12 b/popup-cal12 index 7006d99..3469a4c 100755 --- a/popup-cal12 +++ b/popup-cal12 @@ -3,4 +3,4 @@ # Popup $TERMINAL displaying cal -3 # Requires: st (suckless terminal) -st -T "stfloat" -g 66x33+620+250 -e sh -c 'cal $(date +%Y); read x' +st -T "stfloat" -g 69x36+620+250 -e sh -c 'cal $(date +%Y); read x' -- cgit v1.3