diff --git a/notification/chkboot-desktopalert b/notification/chkboot-desktopalert index 0991200..df6e504 100755 --- a/notification/chkboot-desktopalert +++ b/notification/chkboot-desktopalert @@ -15,8 +15,8 @@ NOTIFICATION="This notification will continue to appear until you either run chk if [ -s $chgfile ]; then if [ -x $ZENITY ]; then - cat $chgfile | $ZENITY --title "ALERT: Boot changes" --text-info --width 550 --height 300 - $ZENITY --title "chkboot" --info --text="$NOTIFICATION" + cat $chgfile | $ZENITY --title="ALERT: chkboot has detected boot changes" --window-icon=warning --text-info --width=550 --height=300 + $ZENITY --title "chkboot" --info --text="$NOTIFICATION" --width=400 elif [ -x $XMESSAGE ]; then cat $chgfile | $XMESSAGE -default okay -file - $XMESSAGE -default okay $NOTIFICATION