From 2390da2e9679061e94af2e49b698e2504b172bae Mon Sep 17 00:00:00 2001 From: decantr Date: Wed, 4 Sep 2019 20:15:08 +0100 Subject: [PATCH] remove the colon from new mail status --- .local/bin/dwmbar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/dwmbar b/.local/bin/dwmbar index 9e0f1120..13b72c47 100755 --- a/.local/bin/dwmbar +++ b/.local/bin/dwmbar @@ -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.