summaryrefslogtreecommitdiffstats
path: root/.local/bin
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin')
-rwxr-xr-x.local/bin/statusbar/torrent3
1 files changed, 1 insertions, 2 deletions
diff --git a/.local/bin/statusbar/torrent b/.local/bin/statusbar/torrent
index c1387d1..c88e354 100755
--- a/.local/bin/statusbar/torrent
+++ b/.local/bin/statusbar/torrent
@@ -14,7 +14,7 @@ transmission-remote -l | grep % |
s/L/🔼/g;
s/M/🔽/g;
s/N/✅/g;
- s/Z/🌱/g" | awk '{print $2, $1}' | sed -e "s/ $//g"
+ s/Z/🌱/g" | awk '{print $2, $1}' | sed -e "s/ $//g" | tr '\n' ' '
case $BLOCK_BUTTON in
1) $TERMINAL -e transmission-remote-cli ;;
@@ -25,4 +25,3 @@ case $BLOCK_BUTTON in
✅: done
🌱: done and seeding" ;;
esac
-