summaryrefslogtreecommitdiff
path: root/i3blocks-updates.sh
blob: 1da50ca576cb025e9ce27e666eddefab6eec51f1 (plain) (blame)
1
2
3
4
5
#!/bin/sh
icon=󰣠

doas freebsd-update updatesready > /dev/null
[ $? -eq 2 ] || printf "%sUpdates are available" $icon && notify-send "Updates are ready to install"