remove the colon from new mail status

This commit is contained in:
decantr 2019-09-04 20:15:08 +01:00
parent 4649f24b76
commit 2390da2e96
No known key found for this signature in database
GPG Key ID: 0439DF0FFBB01323

View File

@ -50,7 +50,7 @@ status() { \
# Show unread mail if mutt-wizard is installed.
command -v mw >/dev/null 2>&1 &&
echo "$delim" &&
du -a ~/.local/share/mail/*/INBOX/new/* 2>/dev/null | wc -l | sed 's/^/:/'
du -a ~/.local/share/mail/*/INBOX/new/* 2>/dev/null | wc -l | sed 's/^/ /'
echo "$delim"
# Will show all batteries with approximate icon for remaining power.