Config
Config = {}
Config.DisplayTitles = true
Config.TestCommands = true -- checknotify, infonotify, annnotify, msgnotify...
Config.SettingsCommand = "notify"
Config.Titles = {
{
type = "success",
title = "SUCCESS",
},
{
type = "info",
title = "INFO",
},
{
type = "ann",
title = "ANNOUNCEMENT",
},
{
type = "msg",
title = "MESSAGE",
},
{
type = "twt",
title = "TWEET",
},
{
type = "call",
title = "CALL",
},
{
type = "tsnbank",
title = "BANK",
},
{
type = "bill",
title = "BILL",
},
{
type = "lspd",
title = "POLICE",
},
{
type = "save",
title = "SAVE",
},
{
type = "error",
title = "ERROR",
},
{
type = "ems",
title = "EMS",
},
}
Last updated