summaryrefslogtreecommitdiff
path: root/.local/bin/torwrap
blob: 39f89b0fe47fd7d35e034b4d1315b275b2bda716 (plain)
1
2
3
4
5
6
7
#!/bin/sh

ifinstalled stig transmission-cli || exit 1

! pidof transmission-daemon >/dev/null && transmission-daemon && notify-send "Starting torrent daemon..."

$TERMINAL -e stig; pkill -RTMIN+7 "${STATUSBAR:-dwmblocks}"