cfg/.config/i3blocks/arch-update
Knut Ahlers 49a3d38aa5
Remove hard-coded path
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-12-03 10:53:27 +01:00

7 lines
121 B
Bash
Executable File

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