mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Fix i3blocks torrent icon
Eliminate the newline so the torrent icon will show in the latest i3blocks.
This commit is contained in:
parent
f6c3a47182
commit
54f3021e6b
@ -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}' | tr '\n' ' ' | sed -e "s/ $//g"
|
s/Z/🌱/g" | awk '{print $2, $1}' | sed -e "s/ $//g"
|
||||||
|
|
||||||
case $BLOCK_BUTTON in
|
case $BLOCK_BUTTON in
|
||||||
1) $TERMINAL -e transmission-remote-cli ;;
|
1) $TERMINAL -e transmission-remote-cli ;;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user