diff --git a/trb.sh b/trb.sh index c1b42de..924f9bb 100755 --- a/trb.sh +++ b/trb.sh @@ -20,7 +20,7 @@ zenity --question --text "Do you want to trim?" if [[ $? == 1 ]];then exit else - notify-send "Trimming..." + notify-send -a "FS-Trim" "Trimming..." echo "Trimming..." results=$(${su_prompt} /sbin/fstrim -va) notify-send "${results}"