breadbar/src/bar/mod.rs
Breadway 86432d718a Design refresh: new icon assets, bluetooth popover, notification urgency styling, RAM/power draw in control panel
Adds real SVG icon assets replacing the icons-needed.txt checklist,
a bluetooth popover module, per-notification urgency (CSS-styled),
and app-name/summary dedup in notification cards. Rounds out the
control panel's stats section with RAM and power draw alongside the
existing CPU/GPU/net rows.
2026-07-17 14:36:33 +08:00

8 lines
129 B
Rust

pub mod bluetooth;
pub mod clock;
pub mod control;
pub mod media;
pub mod stats;
pub mod tray;
pub mod wifi;
pub mod workspaces;