checkup noteless and ignores ignored

This commit is contained in:
Luke Smith 2019-01-03 20:39:10 -05:00
parent dc00b95f69
commit cc57ff0e26
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

View File

@ -3,16 +3,16 @@
ping -q -w 1 -c 1 `ip r | grep -m 1 default | cut -d ' ' -f 3` >/dev/null || exit ping -q -w 1 -c 1 `ip r | grep -m 1 default | cut -d ' ' -f 3` >/dev/null || exit
note "Checking for pacakge updates..." "$PIX/larbs.gif" notify-send -i "$PIX/larbs.gif" "Checking for pacakge updates..."
sudo pacman -Syyuw --noconfirm || note "Error downloading updates. sudo pacman -Syyuw --noconfirm || notify-send "Error downloading updates.
Check your internet connection, if pacman is already running, or run update manually to see errors." Check your internet connection, if pacman is already running, or run update manually to see errors."
pkill -RTMIN+8 i3blocks pkill -RTMIN+8 i3blocks
if pacman -Qul if pacman -Qu | grep -v "[ignored]"
then then
note "Package updates available. Click statusbar icon for update." "$PIX/larbs.gif" notify-send -i "$PIX/larbs.gif" "Package updates available. Click statusbar icon (📦) for update."
else else
note "Repository sync complete. No new packages for update." "$PIX/larbs.gif" notify-send -i "$PIX/larbs.gif" "Repository sync complete. No new packages for update."
fi fi