From c4d0e3de7ad04114797abb14368e4a6f8da04a60 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Fri, 8 May 2026 23:55:30 +0200 Subject: Updates from alpine --- scripts/unused/popup-cal3 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 scripts/unused/popup-cal3 (limited to 'scripts/unused/popup-cal3') diff --git a/scripts/unused/popup-cal3 b/scripts/unused/popup-cal3 new file mode 100755 index 0000000..6dfed54 --- /dev/null +++ b/scripts/unused/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