#!/bin/sh # Popup $TERMINAL displaying cal -3 # Requires: st (suckless terminal) st -T "stfloat" -g 64x9+620+450 -e sh -c 'cal -3; read x'