1
0
Fork 0
dotfiles/.local/libexec/statusbar/sb-packages

8 lines
124 B
Plaintext
Raw Normal View History

#!/bin/sh
2023-04-11 10:30:27 +02:00
2024-01-15 22:25:14 +01:00
icon=""
2023-04-11 10:30:27 +02:00
2024-01-17 12:37:27 +01:00
num="$(\xbps-install -Sun | grep -c "update")"
2024-02-03 18:21:24 +01:00
[ "$num" -gt 0 ] && printf "%b" "$icon $num\n"
2024-01-22 07:33:58 +01:00
exit 0