aboutsummaryrefslogtreecommitdiff
path: root/popup-cal3
blob: 766c9cb30b6aad75da86289f143216243d552dcd (plain)
1
2
3
4
5
6
#!/bin/sh

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

st -T "stfloat" -g 68x11+620+450 -e sh -c 'cal -3; read x'

Generated with cgit - Back to sebastiano.tronto.net