Fix news bar module

This commit is contained in:
samedamci 2020-05-30 10:56:39 +02:00
parent 123d4242a1
commit 25eed45d90
No known key found for this signature in database
GPG Key ID: FCB4A9A20D00E894

View File

@ -5,5 +5,5 @@ icon="$(cat "/tmp/newsupdate" 2>/dev/null)"
unread="$(cat "$HOME/.cache/news_unread" 2>/dev/null)" unread="$(cat "$HOME/.cache/news_unread" 2>/dev/null)"
printf "" printf ""
[ "$unread" ] && "$unread" [ "$unread" ] && printf " %s" "$unread"
echo "$icon" echo "$icon"