torrent statusbar automatically one line for dwm

This commit is contained in:
Luke Smith 2020-02-08 09:45:01 -05:00
parent 140836aae1
commit 3ea6acfe03
No known key found for this signature in database
GPG key ID: 4C50B54A911F6252

View file

@ -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