voidrice/.local/bin/torwrap
Luke Smith 37788be5d9
ifinstalled now checks for packages, iplocate fix,
sleep removed from torwrap
2020-04-18 10:33:58 -04:00

7 lines
227 B
Bash
Executable file

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