summaryrefslogtreecommitdiffstats
path: root/.scripts/i3torrent
diff options
context:
space:
mode:
Diffstat (limited to '.scripts/i3torrent')
-rwxr-xr-x.scripts/i3torrent5
1 files changed, 2 insertions, 3 deletions
diff --git a/.scripts/i3torrent b/.scripts/i3torrent
index a367649..603ff01 100755
--- a/.scripts/i3torrent
+++ b/.scripts/i3torrent
@@ -1,7 +1,6 @@
-#!/bin/bash
+#!/bin/sh
case $BLOCK_BUTTON in
1) $TERMINAL -e transmission-remote-cli
esac
-transmission-remote -l | grep % | sed -e "s/.*100%.*/Z/g;s/.*Idle.*/A/g;s/.*%.*/M/g" | sort -h | uniq -c | sed -e "s/Z/🌱/g;s/A/⌛️/g;s/M/⬇️/g" | awk '{print $2, $1}' | tr '\n' ' '
-
+transmission-remote -l | grep % | sed -e "s/.*100%.*/Z/g;s/.*Idle.*/A/g;s/.*%.*/M/g" | sort -h | uniq -c | sed -e "s/Z/🌱/g;s/M/⬇️/g;s/A/⌛️/g" | awk '{print $2, $1}' | tr '\n' ' ' | sed -e "s/ $//g"