aboutsummaryrefslogtreecommitdiff
path: root/popup-cal12
blob: 3469a4c07c362505edbcb9f362f3d1520a7441f0 (plain)
1
2
3
4
5
6
#!/bin/sh

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

st -T "stfloat" -g 69x36+620+250 -e sh -c 'cal $(date +%Y); read x'

Generated with cgit - Back to sebastiano.tronto.net