1
0
Fork 0
dotfiles/.local/libexec/statusbar/sb-packages

8 lines
124 B
Bash
Executable File

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