Configuration

Edit config.lua to adjust behaviour. Set Config.Position to one of the following values to control where notifications appear:

  • top-center

  • top-right

  • right

  • bottom-right

  • bottom-center

  • bottom-left

  • left

  • top-left

Set Config.usePosition to true to enforce the configured position for all notifications. If set to false, the position passed to sendNotification will be used instead.

Set Config.Theme to change the color palette. Available themes are dark, light, ocean, forest and sunset.

Set Config.Layout to adjust the notification layout. Available layouts are card, compact and minimal.

Enable a test notification command by setting Config.enableTestNotifyCommand to true. The command name defaults to /notifyTest but can be changed by editing Config.testCommand. The command accepts optional type, theme, and position arguments to preview different styles.

Usage

Use the exported sendNotification client function or trigger the Notify:sendNotification event.

Last updated