Fix i3blocks torrent icon

Eliminate the newline so the torrent icon will show in the latest i3blocks.
This commit is contained in:
jcenters 2019-09-11 16:59:56 -05:00 committed by GitHub
parent f6c3a47182
commit 54f3021e6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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