statusbar scripts tweaking.
This commit is contained in:
parent
fea1261796
commit
59eadee198
3 changed files with 5 additions and 5 deletions
|
@ -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^"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue