pac not fixes for new dunst

This commit is contained in:
Luke Smith 2019-04-05 10:21:10 -04:00
parent 61c5f0e770
commit 44e2d2e02b

View file

@ -3,7 +3,7 @@
ping -q -c 1 1.1.1.1 > /dev/null || exit
notify-send "📦 Checking for package updates..."
notify-send "📦 Repository Sync" "Checking for package updates..."
sudo pacman -Syyuw --noconfirm || notify-send "Error downloading updates.
@ -12,7 +12,7 @@ pkill -RTMIN+8 i3blocks
if pacman -Qu | grep -v "\[ignored\]"
then
notify-send "🎁 Package updates available. Click statusbar icon (📦) for update."
notify-send "🎁 Repository Sync" "Updates available. Click statusbar icon (📦) for update."
else
notify-send "📦 Repository sync complete. No new packages for update."
notify-send "📦 Repository Sync" "Sync complete. No new packages for update."
fi