#!/bin/sh icon=󰎕 unread=$(newsboat -x print-unread | cut -d' ' -f1) [ $unread -gt 0 ] && printf "$icon%s\n" $unread && notify-send "$unread unread article(s)"