From c075127aaee99d072fdb887c0986fd6dc5c8c533 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Mon, 25 May 2020 17:06:24 -0400 Subject: no spaces between icons and content --- .local/bin/statusbar/torrent | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local/bin/statusbar/torrent') diff --git a/.local/bin/statusbar/torrent b/.local/bin/statusbar/torrent index a550c62..e9e7fce 100755 --- a/.local/bin/statusbar/torrent +++ b/.local/bin/statusbar/torrent @@ -14,7 +14,7 @@ transmission-remote -l | grep % | s/L/🔼/g; s/M/🔽/g; s/N/✅/g; - s/Z/🌱/g" | awk '{print $2, $1}' | paste -sd ' ' + s/Z/🌱/g" | awk '{print $2 $1}' | paste -sd ' ' case $BLOCK_BUTTON in 1) setsid "$TERMINAL" -e tremc & ;; -- cgit v1.3.1