config

My configuration files and custom scripts.
git clone https://git.tronto.net/config
Download | Log | Files | Refs

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'