summaryrefslogtreecommitdiffstats
path: root/.local/bin/statusbar/torrent
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/statusbar/torrent')
-rwxr-xr-x.local/bin/statusbar/torrent2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/statusbar/torrent b/.local/bin/statusbar/torrent
index d2e0885..6527005 100755
--- a/.local/bin/statusbar/torrent
+++ b/.local/bin/statusbar/torrent
@@ -8,7 +8,7 @@ transmission-remote -l | grep % |
s/.*Idle.*/B 🕰️/;
s/.*Uploading.*/L ⬆️/;
s/.*%.*/M ⬇️/" |
- sort -h | uniq -c | awk '{print $3 $1}' | paste -sd ' '
+ sort -h | uniq -c | awk '{print $3 $1}' | paste -sd ' ' -
case $BLOCK_BUTTON in
1) setsid -f "$TERMINAL" -e tremc ;;