summaryrefslogtreecommitdiff
path: root/i3blocks-news.sh
blob: c40b48695457b5b37a8c15f0e7d8e90495036d72 (plain) (blame)
1
2
3
4
5
#!/bin/sh
icon=󰎕

unread=$(newsboat -x print-unread | cut -d' ' -f1)
[ $unread -gt 0 ] && printf "$icon%s\n" $unread && notify-send "$unread unread articles in newsboat"