10 lines
178 B
Plaintext
Raw Normal View History

2020-05-14 13:24:16 +02:00
#!/bin/sh
icon="$(cat "/tmp/newsupdate" 2>/dev/null)"
unread="$(cat "$HOME/.cache/news_unread" 2>/dev/null)"
2020-07-01 10:44:10 +02:00
printf ""
2020-05-30 10:56:39 +02:00
[ "$unread" ] && printf " %s" "$unread"
echo "$icon"