summaryrefslogtreecommitdiff
path: root/scripts/popup-cal12
blob: fb716ebc3072139af89b51774acd472eed427a66 (plain)
1
2
3
4
5
6
#!/bin/sh

# Popup terminal displaying cal -3
# Requires: st (suckless terminal)

st -T "stfloat" -g 69x36+580+50 -e sh -c "cal -my; read x"

Generated with cgit - Back to sebastiano.tronto.net