#!/bin/sh # Popup terminal displaying cal -3 # Requires: st (suckless terminal) st -T "stfloat" -g 69x36+580+50 -e sh -c "cal $(date +%Y); read x"