aboutsummaryrefslogtreecommitdiff
path: root/dot-config/yambar/scripts/pacman
blob: 3899172033982de3e70216a8c096616965a3062e (plain)
1
2
3
4
5
6
7
#!/bin/sh

# Get package count
count=$(sed '/^$/d' ~/.cache/updates | wc -l)

# Display count
printf "%s\n\n" "count|int|$count"