From c6e69e96421ebf192eb6de537324e269e7bfda78 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sun, 19 May 2019 20:05:14 -0400 Subject: massive cleanup --- .local/bin/torwrap | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 .local/bin/torwrap (limited to '.local/bin/torwrap') diff --git a/.local/bin/torwrap b/.local/bin/torwrap new file mode 100755 index 0000000..04e7a51 --- /dev/null +++ b/.local/bin/torwrap @@ -0,0 +1,6 @@ +#!/bin/sh +ifinstalled transmission-remote-cli transmission-cli || exit + +! pgrep -x transmission-da >/dev/null && transmission-daemon && notify-send "Starting torrent daemon..." && sleep 3 && pkill -RTMIN+7 i3blocks + +$TERMINAL -e transmission-remote-cli -- cgit v1.3.1