Configuration
The configuration file can be found in the root folder of the project with the name config.lua
.
Default Configuration
Here is an example of the complete default config.lua
file for Modern Notification System:
config.lua
Config = {}
Config.DefaultTheme = "dark" -- Available themes: dark | light
Config.PlayNotificationSound = true -- Choose if the system plays a notification sound by default
Config.SwitchSoundCommand = 'notificationsound' -- Choose the command to turn on/off the notification sound