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-cal12 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 scripts/popup-cal12 (limited to 'scripts/popup-cal12') diff --git a/scripts/popup-cal12 b/scripts/popup-cal12 new file mode 100755 index 0000000..1c85b3d --- /dev/null +++ b/scripts/popup-cal12 @@ -0,0 +1,6 @@ +#!/bin/sh + +# Popup terminal displaying cal -3 +# Requires: st (suckless terminal) + +st -T "stfloat" -g 69x36+620+250 -e sh -c "cal $(date +%Y); read x" -- cgit v1.3