torrent statusbar automatically one line for dwm
This commit is contained in:
parent
140836aae1
commit
3ea6acfe03
1 changed files with 1 additions and 2 deletions
|
@ -14,7 +14,7 @@ transmission-remote -l | grep % |
|
||||||
s/L/🔼/g;
|
s/L/🔼/g;
|
||||||
s/M/🔽/g;
|
s/M/🔽/g;
|
||||||
s/N/✅/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
|
case $BLOCK_BUTTON in
|
||||||
1) $TERMINAL -e transmission-remote-cli ;;
|
1) $TERMINAL -e transmission-remote-cli ;;
|
||||||
|
@ -25,4 +25,3 @@ case $BLOCK_BUTTON in
|
||||||
✅: done
|
✅: done
|
||||||
🌱: done and seeding" ;;
|
🌱: done and seeding" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue