diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-04-05 10:21:10 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-04-05 10:21:10 -0400 |
| commit | 44e2d2e02b7b07601038c83c6faef2955b1eae3b (patch) | |
| tree | ba0d840b4c36a42769e18433083a3e1d66036ffd /.scripts/cron | |
| parent | 61c5f0e770102934351acedf32faffcb5d1eea65 (diff) | |
| download | eibhear-44e2d2e02b7b07601038c83c6faef2955b1eae3b.tar.gz eibhear-44e2d2e02b7b07601038c83c6faef2955b1eae3b.tar.zst eibhear-44e2d2e02b7b07601038c83c6faef2955b1eae3b.zip | |
pac not fixes for new dunst
Diffstat (limited to '.scripts/cron')
| -rwxr-xr-x | .scripts/cron/checkup | 6 |
1 files 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 |
