diff --git a/void-updater.sh b/void-updater.sh index 1140f02..1daa81b 100755 --- a/void-updater.sh +++ b/void-updater.sh @@ -6,7 +6,9 @@ while true;do if [ $n -gt 0 ];then - zenity --info --title="Update Notifier - (${n})" --text="There are currently ${n} system updates available!" + #zenity --info --title="Update Notifier - (${n})" +--text="There are currently ${n} system updates available!" + notify-send "There are ${n} system updates available" echo "There are currently "${n}" updates available!" fi