@ -0,0 +1,13 @@
#!/bin/bash
zenity --question --text "Do you want to trim?"
if [[ $? == 1 ]];then
exit
else
results=$(pkexec /sbin/fstrim -va)
notify-send "${results}"
fi
The note is not visible to the blocked user.