From 6edcf79ec3474dc748bf3914099983c3ab51affe Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Tue, 2 Nov 2021 08:05:14 +0100 Subject: Changed some things because I am trying out tmux by default on every terminal session --- popup-cal12 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'popup-cal12') diff --git a/popup-cal12 b/popup-cal12 index bc8897e..7006d99 100755 --- a/popup-cal12 +++ b/popup-cal12 @@ -1,4 +1,6 @@ #!/bin/sh # Popup $TERMINAL displaying cal -3 -$TERMINAL -T "stfloat" -g 66x33+620+250 -e sh -c 'cal $(date +%Y); read x' +# Requires: st (suckless terminal) + +st -T "stfloat" -g 66x33+620+250 -e sh -c 'cal $(date +%Y); read x' -- cgit v1.3