fix: icons
This commit is contained in:
parent
8c0da4f9b6
commit
0aa8c15431
@ -15,11 +15,11 @@ for acc in $(ls "${XDG_DATA_HOME:-$HOME/.local/share}"/mail/)
|
||||
do
|
||||
new="$(find "${XDG_DATA_HOME:-$HOME/.local/share}"/mail/$acc/[Ii][Nn][Bb][Oo][Xx]/new/* -type f | wc -l 2>/dev/null)"
|
||||
if [ $new -gt 0 ]; then
|
||||
[ -n "$(echo "$acc" | sed -n '/@etu/p')" ] && box=""
|
||||
[ -n "$(echo "$acc" | sed -n '/@ens/p')" ] && box=""
|
||||
[ -n "$(echo "$acc" | sed -n '/@posteo/p')" ] && box=""
|
||||
unread="$unread/$box$new"
|
||||
fi
|
||||
done
|
||||
[ -n "$unread" ] && unread="($(echo "$unread" | cut -c 2-))" || exit
|
||||
|
||||
printf " %s%s " "$unread" "$icon"
|
||||
printf " %s%s " "$unread" "$icon"
|
||||
|
Reference in New Issue
Block a user