Fix news bar module
This commit is contained in:
parent
97ad2575ef
commit
85b83c3c1f
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user