diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-02-02 13:10:43 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-02 13:10:43 -0500 |
| commit | a37aba2078c083fecb9761e5dd6c740cf1414989 (patch) | |
| tree | 3b9e126da9cf874285718c91702fb14501a3faf5 /.scripts/i3cmds/torwrap | |
| parent | 18378660cae369465f520fb656c64b59dc0c5411 (diff) | |
| parent | 1bffcd12c363064829682e16690430a118d962a4 (diff) | |
| download | eibhear-a37aba2078c083fecb9761e5dd6c740cf1414989.tar.gz eibhear-a37aba2078c083fecb9761e5dd6c740cf1414989.tar.zst eibhear-a37aba2078c083fecb9761e5dd6c740cf1414989.zip | |
Merge branch 'master' into dmenuumount
Diffstat (limited to '.scripts/i3cmds/torwrap')
| -rwxr-xr-x | .scripts/i3cmds/torwrap | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.scripts/i3cmds/torwrap b/.scripts/i3cmds/torwrap new file mode 100755 index 0000000..6b501cc --- /dev/null +++ b/.scripts/i3cmds/torwrap @@ -0,0 +1,6 @@ +#!/bin/sh +ifinstalled transmission-remote-cli transmission-cli || exit + +! pgrep -x transmission-da >/dev/null && transmission-daemon && notify-send -i "$PIX/torrent.svg" "Starting torrent daemon..." && sleep 3 && pkill -RTMIN+7 i3blocks + +$TERMINAL -e transmission-remote-cli |
