commit feeb30effb2f41b3fdc2f76c9e45869c9e601ed4 parent 80a952882678373d20cd71e2e4974ac2604b83c1 Author: Sebastiano Tronto <sebastiano.tronto@gmail.com> Date: Sun, 21 Nov 2021 16:33:20 +0100 Fixed calendar size for my other laptop configuration Diffstat:
M | popup-cal12 | | | 2 | +- |
M | popup-cal3 | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git 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' diff --git a/popup-cal3 b/popup-cal3 @@ -3,4 +3,4 @@ # Popup $TERMINAL displaying cal -3 # Requires: st (suckless terminal) -st -T "stfloat" -g 64x9+620+450 -e sh -c 'cal -3; read x' +st -T "stfloat" -g 68x11+620+450 -e sh -c 'cal -3; read x'