foo=`df -l -h -T | grep /protected`
v1=`echo $foo | cut -d ' ' -f 2`
v2=`echo $foo | cut -d ' ' -f 3`
v3=`echo $foo | cut -d ' ' -f 5`
export DISPLAY=:0 && sudo -u mogel /usr/bin/notify-send -t 30000 "Festplatte entschlüsselt" "$v2 von $v1 belegt ($v3)" -i /usr/share/icons/gnome/48x48/stock/data/stock_lock-open.png 2>/var/log/hardprotect-notify.err
send.notifyOSD("HEllo World");