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