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,6 +1,6 @@
#!/bin/sh
num="$(newsboat -x print-unread | cut -f1 -d ' ' )"
if ! pgrep newsboat > /dev/null ; then
[ "$num" -gt 0 ] 2>/dev/null && printf "📰%s" "$num"
[ "$num" -gt 0 ] 2>/dev/null && printf "%s" "$num"
printf '\n'
fi