From 3ea6acfe0397028ce08ddb181bd1f8a3f4e340fc Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 8 Feb 2020 09:45:01 -0500 Subject: [PATCH] torrent statusbar automatically one line for dwm --- .local/bin/statusbar/torrent | 3 +-- 1 file changed, 1 insertion(+), 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 -