From 60052659b98832c78c902e4f27ecee2663d8e913 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Wed, 6 May 2026 08:30:49 +0200 Subject: Added scripts --- scripts/popup-cal3 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 scripts/popup-cal3 (limited to 'scripts/popup-cal3') diff --git a/scripts/popup-cal3 b/scripts/popup-cal3 new file mode 100755 index 0000000..6dfed54 --- /dev/null +++ b/scripts/popup-cal3 @@ -0,0 +1,6 @@ +#!/bin/sh + +# Popup terminal displaying cal -3 +# Requires: st (suckless terminal) + +st -T "stfloat" -g 68x11+620+450 -e sh -c 'cal -3; read x' -- cgit v1.3