summaryrefslogtreecommitdiffstats
path: root/.config/polybar/checkupdates.sh
blob: 1ecefdd413d8464b404c77b7af8c3d8e9431aca4 (plain) (blame)
1
2
3
4
5
6
7
#!/usr/bin/sh

update_count=$(checkupdates+aur | wc -l)
if [ $update_count -gt 0 ]
then
    printf "%s %s\n" $update_count "Updates available"
fi