voidrice/.local/bin/torwrap

8 lines
223 B
Text
Raw Normal View History

#!/bin/sh
2023-03-01 18:38:22 +00:00
ifinstalled stig transmission-cli || exit 1
2019-01-26 23:13:36 +00:00
! pidof transmission-daemon >/dev/null && transmission-daemon && notify-send "Starting torrent daemon..."
2019-01-26 23:13:36 +00:00
2023-03-01 18:38:22 +00:00
$TERMINAL -e stig; pkill -RTMIN+7 "${STATUSBAR:-dwmblocks}"