From b98e05ba63f2e108df634b4d9f9e5530769c6b80 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Thu, 10 Jun 2021 18:58:52 +0200 Subject: Added scripts and readme --- popup-cal12 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 popup-cal12 (limited to 'popup-cal12') diff --git a/popup-cal12 b/popup-cal12 new file mode 100755 index 0000000..bc8897e --- /dev/null +++ b/popup-cal12 @@ -0,0 +1,4 @@ +#!/bin/sh + +# Popup $TERMINAL displaying cal -3 +$TERMINAL -T "stfloat" -g 66x33+620+250 -e sh -c 'cal $(date +%Y); read x' -- cgit v1.3