breadbar/src
Breadway 44a8d95887
Some checks failed
release / build (push) Failing after 3s
feat: add system tray (StatusNotifierWatcher / SNI)
Implements org.kde.StatusNotifierWatcher as a D-Bus service so apps
like Nextcloud can register their tray icons. Icons are rendered from
SNI ARGB pixmaps (falling back to icon-name theme lookup), click calls
Activate(0,0), and NameOwnerChanged cleans up ghost icons when an app
exits. Styling follows the Bread Design System (4px tertiary radius,
xs/sm spacing, opacity transitions).

Also fixes a latent infinite-loop risk in osd.rs (.flatten → .map_while)
and syncs the notifications server version string to CARGO_PKG_VERSION.
2026-06-11 22:31:25 +08:00
..
bar feat: add system tray (StatusNotifierWatcher / SNI) 2026-06-11 22:31:25 +08:00
notifications feat: add system tray (StatusNotifierWatcher / SNI) 2026-06-11 22:31:25 +08:00
main.rs feat: add system tray (StatusNotifierWatcher / SNI) 2026-06-11 22:31:25 +08:00
osd.rs feat: add system tray (StatusNotifierWatcher / SNI) 2026-06-11 22:31:25 +08:00
theme.rs Refactor theme onto bread-theme; add bakery.toml and release workflow 2026-06-06 22:31:10 +08:00