#!/bin/sh # Popup $TERMINAL displaying cal -3 # Requires: st (suckless terminal) st -T "stfloat" -g 66x33+620+250 -e sh -c 'cal $(date +%Y); read x'