From e29e198aea3f06a0fcfafbd600de1d6fce6ce09e Mon Sep 17 00:00:00 2001 From: mollusk Date: Wed, 30 Aug 2017 08:00:04 -0700 Subject: [PATCH] trb.sh: Added trimming notification --- trb.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/trb.sh b/trb.sh index 497966a..c1b42de 100755 --- a/trb.sh +++ b/trb.sh @@ -20,7 +20,8 @@ zenity --question --text "Do you want to trim?" if [[ $? == 1 ]];then exit else - + notify-send "Trimming..." + echo "Trimming..." results=$(${su_prompt} /sbin/fstrim -va) notify-send "${results}" echo "${results}"