diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-05-25 17:06:24 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-05-25 17:06:24 -0400 |
| commit | c075127aaee99d072fdb887c0986fd6dc5c8c533 (patch) | |
| tree | 0e5fd1876bfc55219c85a240970a654341a4c046 /.local/bin/statusbar/torrent | |
| parent | 99a7d1dd9849cf3d0da74e88978f777299196140 (diff) | |
| download | eibhear-c075127aaee99d072fdb887c0986fd6dc5c8c533.tar.gz eibhear-c075127aaee99d072fdb887c0986fd6dc5c8c533.tar.zst eibhear-c075127aaee99d072fdb887c0986fd6dc5c8c533.zip | |
no spaces between icons and content
Diffstat (limited to '.local/bin/statusbar/torrent')
| -rwxr-xr-x | .local/bin/statusbar/torrent | 2 |
1 files changed, 1 insertions, 1 deletions
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 & ;; |
