nwg-notifications 0.4.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
10
11
12
13
//! GTK4 widgets and layer-shell setup: the auto-dismissing popup
//! toasts, the slide-out history panel, the DND duration picker,
//! shared layout constants, and the icon / CSS helpers.

pub(crate) mod constants;
pub(crate) mod css;
pub(crate) mod dnd_menu;
mod icons;
pub(crate) mod notification_row;
pub(crate) mod panel;
pub(crate) mod panel_content;
pub(crate) mod popup;
pub(crate) mod window;