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

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