scripts

Various scripts for UNIX-like systems
git clone https://git.tronto.net/scripts
Download | Log | Files | Refs | README

popup-cal12 (150B)


      1 #!/bin/sh
      2 
      3 # Popup terminal displaying cal -3
      4 # Requires: st (suckless terminal)
      5 
      6 st -T "stfloat" -g 69x36+620+250 -e sh -c "cal $(date +%Y); read x"