NotificationsPlus
NotificationsPlus overhauls Discord's notification layer on two fronts. In-app overlays gain four-corner positioning with adjustable pixel offsets via live CSS variables — no webpack patches. Native OS toasts are replaced with custom frameless Electron windows: choose your monitor and corner, stack up to five at a time, click to navigate directly to the message, and suppress notification sounds independently. DMs route to their own stack with optional persistence and auto-grouping when thresholds are exceeded. Performance is handled via BrowserWindow pooling — four pre-created windows reduce display latency to 5–20ms — and font assets are cached as base64 data URIs at startup, eliminating per-notification network requests.
- Four-corner positioning for in-app overlays with adjustable horizontal and vertical pixel offsets
- Custom frameless Electron windows replace standard OS toast notifications
- Multi-monitor support with per-monitor placement selection
- Toast stacking up to five notifications per corner simultaneously
- Click-to-navigate — clicking a toast opens the message directly in Discord
- Customizable entrance animations and gradient background styling
- DM notifications routed to a dedicated stack with optional persistence
- DM auto-grouping when notification thresholds are exceeded
- Sound suppression toggle — mute audio without disabling visual notifications
- Font selection from Nunito, Inter, Poppins, Roboto, and more
- URL detection with an 'Open Link' button on applicable notifications
- @mention and URL text formatting rendered inline in notification content
Both toast notifications appearing on the desktop
Server toast notifications
Direct Message (DM) toast notifications