1
0
Fork 0
dotfiles/.local/libexec/statusbar/sb-packages
2024-02-03 18:21:24 +01:00

7 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