create desktop notification in linux
by MANIMUTHUPANDI[ Edit ] 2014-02-18 16:10:59
Create Desktop Notification in Linux
Linux has a built in application to create desktop notification .
To get this desktop notification type the following simple command
notify-send "Text to notify"
This will slide up a notification in your desktop.