diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-04-23 19:42:37 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-04-23 19:42:37 -0400 |
| commit | 745f12bd16983f9d1e7592ae1101c2f18f6b6c1b (patch) | |
| tree | ed59c4549abd35d640bb6decc36a45c022764d3a /.local/bin | |
| parent | 1669b3c2b95dc7143f84470ca8dd5bb35283821a (diff) | |
| download | eibhear-745f12bd16983f9d1e7592ae1101c2f18f6b6c1b.tar.gz eibhear-745f12bd16983f9d1e7592ae1101c2f18f6b6c1b.tar.zst eibhear-745f12bd16983f9d1e7592ae1101c2f18f6b6c1b.zip | |
torrent statusbar opens tremc
Diffstat (limited to '.local/bin')
| -rwxr-xr-x | .local/bin/statusbar/torrent | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/statusbar/torrent b/.local/bin/statusbar/torrent index 6f8fc5f..828ba44 100755 --- a/.local/bin/statusbar/torrent +++ b/.local/bin/statusbar/torrent @@ -17,7 +17,7 @@ transmission-remote -l | grep % | s/Z/🌱/g" | awk '{print $2, $1}' | sed -e "s/ $//g" | tr '\n' ' ' case $BLOCK_BUTTON in - 1) $TERMINAL -e transmission-remote-cli ;; + 1) $TERMINAL -e tremc ;; 3) notify-send "Torrent module" "🛑: paused ⏳: idle (seeds needed) 🔼: uploading (unfinished) |
