aboutsummaryrefslogtreecommitdiffstats
path: root/internal/notify/classify.go
AgeCommit message (Collapse)AuthorFilesLines
27 hoursfix(notify): treat icons up to 256px as an app icon, not a previewDanilo M.1-4/+4
A 256px themed icon or logo was still drawn as a large balloon preview. The bound is now 256 on the long side, which covers kitty's own PNG and typical application logos; a screenshot stays well above it.
27 hoursfix(notify): route icon-like content images to the app-icon slotDanilo M.1-0/+58
Clients like kitty, mail and opencode send their icon through the content-image hint, so it drew as a large balloon preview. A theme-name source, an SVG, or a raster small on both sides now fills the app-icon slot instead; a larger raster (a screenshot) stays the preview. An app_icon already present keeps the slot.