cfg/.config/i3blocks/arch-update

7 lines
121 B
Plaintext
Raw Normal View History

#!/bin/bash
u=$(checkupdates | wc -l)
[ $u -gt 0 ] || exit
printf "\uf94f %d %s" $u $(${HOME}/bin/pluralize Update $u)