A customized shell plugin for Omarchy Linux that adds a clickable close button (x) to notification toasts.
This plugin is an enhancement based on the official built-in omarchy.notifications service from the Omarchy project.
In stock Omarchy, toast notifications can only be dismissed using keyboard shortcuts (Super + ,) or right-clicking the card. This modified version adds an explicit, themed x button in the top-right corner of each toast card, allowing users to close notifications with a single left click without triggering the notification's default action.
- Dedicated close button (
x): Dismiss toasts directly with a left click without activating/opening the notification. - Full compatibility: Drop-in replacement for the built-in
omarchy.notificationsservice using Omarchy's shell plugin system (clonedFrom). - Themed & styled: Seamlessly adopts your current Omarchy theme, font settings, and hover animations.
Install and enable the plugin with Omarchy's built-in plugin manager:
omarchy plugin add https://github.com/Dessection/omarchy-notifications.git --enableTo update to the latest version:
omarchy plugin update dessection.notificationsTo uninstall and revert back to stock Omarchy notifications:
omarchy plugin remove dessection.notifications
omarchy plugin enable omarchy.notificationsThe plugin modifies NotificationCard.qml by embedding a PanelActionButton with the Nerd Font close glyph in the header layout, which emits closeRequested() when clicked.