From 44e2d2e02b7b07601038c83c6faef2955b1eae3b Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Fri, 5 Apr 2019 10:21:10 -0400 Subject: [PATCH] pac not fixes for new dunst --- .scripts/cron/checkup | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.scripts/cron/checkup b/.scripts/cron/checkup index ae9d033..0bda098 100755 --- a/.scripts/cron/checkup +++ b/.scripts/cron/checkup @@ -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