summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-05-02Fix Chrome notifications not matching due to space vs hyphen in app nameHEADmasterAsko Nõmm
Normalize separators (hyphens, spaces, underscores) during pattern matching so that Chrome's app_name "Google Chrome" matches KWin's desktopFile "google-chrome".
2026-04-29Update README.mdasko
2026-04-29Rename project to plasma-task-manager-notificationsAsko Nõmm
2026-04-29Fix install instructions with correct repo URL and folder nameAsko Nõmm
2026-04-29Update LICENSEasko
2026-04-29Update README title to Plasma Task Manager NotificationsAsko Nõmm
2026-04-29Initial commit: Rust notification badge daemon for KDE Plasma 6Asko Nõmm
Monitors D-Bus for desktop notifications and emits Unity LauncherEntry badge updates so KDE Plasma task manager shows notification counts. - Streaming dbus-monitor parser with app matching and lifecycle tracking - KWin window discovery for automatic desktop file detection - Systemd user service, Makefile install/uninstall targets - 38 tests (32 unit + 6 integration), 97% line coverage via cargo-llvm-cov - CodeScene code health: 10/10 on all source files