commit 3ea6acfe0397028ce08ddb181bd1f8a3f4e340fc parent 140836aae1a31cb87e68ce5ba1a079b7e61b0804 Author: Luke Smith <luke@lukesmith.xyz> Date: Sat, 8 Feb 2020 09:45:01 -0500 torrent statusbar automatically one line for dwm Diffstat:
M | .local/bin/statusbar/torrent | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git 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 -