aboutsummaryrefslogtreecommitdiff
path: root/popup-cal3
blob: 2250ab035c47e0d0605d4ae6fd0deb58fb90e68c (plain)
1
2
3
4
5
6
#!/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'

Generated with cgit - Back to sebastiano.tronto.net