hyprdots

my dotfiles
git clone https://git.awy.one/hyprdots.git
Log | Files | Refs | README | LICENSE

torwrap (220B)


      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:-waybar}"