move more to font-awesome

This commit is contained in:
2023-10-13 12:05:40 +02:00
parent aad4a1c87e
commit d24065a7a5
4 changed files with 9 additions and 25 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
num=$(find ~/.local/share/mail/*/INBOX/new -type f | wc -l)
[ $num != 0 ] && printf "📬%s" "$num"
[ $num != 0 ] && printf "%s" "$num"
printf '\n'