popup-cal3 (141B)
1 #!/bin/sh 2 3 # Popup terminal displaying cal -3 4 # Requires: st (suckless terminal) 5 6 st -T "stfloat" -g 68x11+620+450 -e sh -c 'cal -3; read x'
scriptsVarious scripts for UNIX-like systems | |
git clone https://git.tronto.net/scripts | |
Download | Log | Files | Refs | README |
popup-cal3 (141B)
1 #!/bin/sh 2 3 # Popup terminal displaying cal -3 4 # Requires: st (suckless terminal) 5 6 st -T "stfloat" -g 68x11+620+450 -e sh -c 'cal -3; read x'