Fix i3blocks torrent icon (#371)

Eliminate the newline so the torrent icon will show in the latest i3blocks.
This commit is contained in:
jcenters 2019-09-11 17:15:56 -05:00 committed by Luke Smith
parent f6c3a47182
commit 0db25db4d1

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}' | tr '\n' ' ' | sed -e "s/ $//g"
s/Z/🌱/g" | awk '{print $2, $1}' | sed -e "s/ $//g"
case $BLOCK_BUTTON in
1) $TERMINAL -e transmission-remote-cli ;;