5 lines
91 B
Bash
Executable File

#!/bin/sh
icon="$(cat /tmp/packagesupdate 2>/dev/null)"
echo "$(pacman -Qu | wc -l)$icon"