popup-cal12 (149B)
1 #!/bin/sh 2 3 # Popup terminal displaying cal -3 4 # Requires: st (suckless terminal) 5 6 st -T "stfloat" -g 69x36+580+50 -e sh -c "cal $(date +%Y); read x"
configMy configuration files and custom scripts. | |
| git clone https://git.tronto.net/config | |
| Download | Log | Files | Refs |
popup-cal12 (149B)
1 #!/bin/sh 2 3 # Popup terminal displaying cal -3 4 # Requires: st (suckless terminal) 5 6 st -T "stfloat" -g 69x36+580+50 -e sh -c "cal $(date +%Y); read x"