Fix news bar module
This commit is contained in:
parent
123d4242a1
commit
25eed45d90
@ -5,5 +5,5 @@ icon="$(cat "/tmp/newsupdate" 2>/dev/null)"
|
||||
unread="$(cat "$HOME/.cache/news_unread" 2>/dev/null)"
|
||||
|
||||
printf ""
|
||||
[ "$unread" ] && "$unread"
|
||||
[ "$unread" ] && printf " %s" "$unread"
|
||||
echo "$icon"
|
||||
|
Loading…
x
Reference in New Issue
Block a user