#!/bin/sh icon=󰶋 unread=$(ls -l ~/.mail/gmail/Inbox/new | wc -l | cut -w -f2) [ $unread -gt 0 ] && printf "%s%s\n" $icon $unread && notify-send "$unread unread emails"