#!/bin/sh
icon=""
num="$(\xbps-install -Sun | grep -c "update")"
[ "$num" -gt 0 ] && printf "%b" "$icon $num\n"
exit 0