The ‘notify-send’ package can be used to send custom notification messages to the Ubuntu desktop. These messages will pop-up on the screen, and shouldn’t get in the way of what the user is currently doing.
To send a custom notification:
$ notifiy-send "This is a test"
Sample pop-up notification window:
This can be used within background scripts to display notifications to the desktop user.