Notify - lnx00/Lmaobox-Library GitHub Wiki
lnxLib.UI.Notify
Allows you to display temporary notifications on the screen.

Functions
.Alert(title[, duration])Shows a notifcation with a single title (and optional duration)..Simple(title, msg[, duration])Shows a notification with a title and subline (and optional duration)..Push(data)Pushes a notification with custom data. Thedataparameter is a table with the optional valuesDuration(seconds),TitleandContent..Pop(id)Removes the notification with the given id.