Display a Small Notification Dialog
This command shows a notice in GUI and disappears after a few seconds…
notify-send "Hello There"
This command shows a notice in GUI and disappears after a few seconds…
notify-send "Hello There"
Shows a small GUI dialog similar to alert with the specified message.
xmessage 'Hello'