no spaces between icons and content

This commit is contained in:
Luke Smith
2020-05-25 17:06:24 -04:00
parent 99a7d1dd98
commit c075127aae
10 changed files with 12 additions and 15 deletions

View File

@@ -17,4 +17,4 @@ unread="$(find "${XDG_DATA_HOME:-$HOME/.local/share}"/mail/*/[Ii][Nn][Bb][Oo][Xx
icon="$(cat "/tmp/imapsyncicon_$USER" 2>/dev/null)"
[ "$unread" = "0" ] && [ "$icon" = "" ] || echo "📬 $unread$icon"
[ "$unread" = "0" ] && [ "$icon" = "" ] || echo "📬$unread$icon"