notify-send "Up Time" "`echo long_command`" notify-send "This is the Title" "Check out the cool icon" -i /usr/share/pixmaps/xfce4_xicon4.png
notify-send --hint int:transient:1 "Title" "Body" zenity --info --timeout=5 --title="Test Notification" --text "$(date +%Y%m%d-%H%M%S): My notification"
Обсуждение