Skip to content

Tray Notification

Adam Keenan edited this page May 16, 2026 · 1 revision

Tray Notification Action

The Tray Notification action sends an OS-level desktop notification that appears in your system tray or notification center, outside of the RuneLite window.

📷 Screenshot needed: The Tray Notification action panel showing the message field


Fields

Message

The text body of the notification. Supports capture group substitution with $1, $2, etc.


Notes

  • On Windows, notifications appear in the Action Center and require RuneLite to be allowed through Windows notification settings.
  • On macOS, notifications appear in the Notification Center.
  • This action uses the OS notification system directly. It is separate from the Notification Event action, which sends a message through RuneLite's own notification pipeline (which also produces a tray notification if RuneLite's tray option is enabled).
  • Tray notifications are effective when you are tabbed out and want a desktop-level alert rather than an in-game one.

Clone this wiki locally