voidrice/.local/bin/torwrap
Arjun Karangiya fb8923b841
Here program name should be given not package name (#973)
This can be known from ifinstalled code
2021-09-23 12:02:51 -04:00

7 lines
223 B
Bash
Executable file

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