statusbar scripts tweaking.

This commit is contained in:
Bartek Stalewski 2021-11-05 15:17:16 +01:00
parent fea1261796
commit 59eadee198
3 changed files with 5 additions and 5 deletions

View file

@ -13,4 +13,4 @@ for i in $(cat ~/.local/share/passwords); do
[ $count -ne 0 ] && export unread=$((unread + count))
fi
done
[ "$unread" -eq 0 ] && printf "\ue0e1 no new mail" || printf "^c#eeeeee^^b#005577^\ue0e1 new mail: ${unread}^d^"
[ "$unread" -eq 0 ] && printf "" || printf "^c#eeeeee^^b#005577^\ue0e1 new mail: ${unread}^d^"