From 89a09365bbeaf914c41aef22a11c945bb86d011c Mon Sep 17 00:00:00 2001 From: mollusk Date: Tue, 10 Jan 2017 19:12:45 -0700 Subject: [PATCH] Updated void-updater.sh --- void-updater.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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