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

8 lines
133 B
Bash
Executable file

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