dotfiles

Torpy's handcrafted dootfiles.
Log | Files | Refs | README

torwrap (223B)


      1 #!/bin/sh
      2 
      3 ifinstalled stig transmission-cli || exit 1
      4 
      5 ! pidof transmission-daemon >/dev/null && transmission-daemon && notify-send "Starting torrent daemon..."
      6 
      7 $TERMINAL -e stig; pkill -RTMIN+7 "${STATUSBAR:-dwmblocks}"