diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-03-20 14:45:08 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-03-20 14:45:08 -0400 |
| commit | c109b22891fd164b2695220d724bc2ae752d17c3 (patch) | |
| tree | 8efda7cadce9e95d1751b5f5fb41ced32ef961f3 /.scripts/i3cmds/torwrap | |
| parent | a0fbd4616449bf32c3ae221596ee6871c79b0654 (diff) | |
| download | eibhear-c109b22891fd164b2695220d724bc2ae752d17c3.tar.gz eibhear-c109b22891fd164b2695220d724bc2ae752d17c3.tar.zst eibhear-c109b22891fd164b2695220d724bc2ae752d17c3.zip | |
PIX variable fully removed
Diffstat (limited to '.scripts/i3cmds/torwrap')
| -rwxr-xr-x | .scripts/i3cmds/torwrap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts/i3cmds/torwrap b/.scripts/i3cmds/torwrap index 6b501cc..04e7a51 100755 --- a/.scripts/i3cmds/torwrap +++ b/.scripts/i3cmds/torwrap @@ -1,6 +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 +! pgrep -x transmission-da >/dev/null && transmission-daemon && notify-send "Starting torrent daemon..." && sleep 3 && pkill -RTMIN+7 i3blocks $TERMINAL -e transmission-remote-cli |
