Using knotify to popup notifications

Post date: Jan 2, 2015 3:43:01 AM

Question! How to popup custom notifications in KDE via commands passed through the terminal.

Answer! Type the following command in the console :

kdialog --title "This is a passive popup" --passivepopup "It will disappear in about 10 seconds"

Note! Replace the bold underlined text with your custom message.