nwg-notifications 0.3.0

D-Bus notification daemon + notification center for Hyprland and Sway. Claims org.freedesktop.Notifications, shows popup toasts, and ships a slide-out history panel with Do-Not-Disturb controls and optional waybar integration. Replaces mako; runs standalone.
1
2
3
4
5
6
7
8
9
pub mod constants;
pub mod css;
pub mod dnd_menu;
mod icons;
pub mod notification_row;
pub mod panel;
pub mod panel_content;
pub mod popup;
pub mod window;