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.
8 lines
129 B
Rust
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;
|