cfg/.config/i3blocks/arch-update
Knut Ahlers 035cfc8b33
Add arch-updates to i3bar
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-12-03 09:41:40 +01:00

7 lines
127 B
Bash
Executable File

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