Simple set of Lune scripts for interacting with dialog boxes on Linux. Currently interfaces with zenity and kdialog.
Additionally contains a wrapper around notify-send for more useful functionality around notifications.
The main module will attempt to automatically identify which interface (kdialog or zenity) the system would prefer, but can be overridden using the dialog.overridePreferredInterface
function or setting the environment variable LUA_DIALOG_PREFERRED
to one of the two.
Have fun?