diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-04-10 22:53:45 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-04-10 22:53:45 -0400 |
| commit | 6f36fe31693ad7dd47ecb443901039eb5c96969f (patch) | |
| tree | 3b9e1bdc384f28d012dda08bddbbfe0c839afa65 /.local/bin/torwrap | |
| parent | 7ada6550073b9ec011fd8ec9cf571e55b57d1d97 (diff) | |
| download | eibhear-6f36fe31693ad7dd47ecb443901039eb5c96969f.tar.gz eibhear-6f36fe31693ad7dd47ecb443901039eb5c96969f.tar.zst eibhear-6f36fe31693ad7dd47ecb443901039eb5c96969f.zip | |
STATUSBAR uncommented only for i3, cleanup, probably broke everything LOL
Diffstat (limited to '.local/bin/torwrap')
| -rwxr-xr-x | .local/bin/torwrap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/torwrap b/.local/bin/torwrap index 0fbb3a8..2e42c87 100755 --- a/.local/bin/torwrap +++ b/.local/bin/torwrap @@ -2,6 +2,6 @@ ifinstalled tremc transmission-cli || exit -! pgrep -x transmission-da >/dev/null && transmission-daemon && notify-send "Starting torrent daemon..." && sleep 3 && pkill -RTMIN+7 "${STATUSBAR:?}" +! pgrep -x transmission-da >/dev/null && transmission-daemon && notify-send "Starting torrent daemon..." && sleep 3 && pkill -RTMIN+7 "${STATUSBAR:-dwmblocks}" $TERMINAL -e tremc |
