Login Customization

loginitems.toml is an array of items that are performed after a user logs in and before the main menu is shown.

Example

[[loginitem]]
clear_screen = true
pause_after = true
command = "SENDGFILE"
data = "login"
 
[[loginitem]]
clear_screen = true
pause_after = false
command = "BULLETINS"

Login Item Array

The login items are an array of “loginitem” they contain the following attributes.