aboutsummaryrefslogtreecommitdiffstats
path: root/internal/notify/icons_test.go
AgeCommit message (Collapse)AuthorFilesLines
27 hoursfix(notify): search freedesktop icon layout and rank by effective sizeDanilo M.1-0/+88
The hicolor fallback scanned <theme>/apps/<size>, but freedesktop themes use <size>/apps, so hicolor never resolved. Both layouts are now searched, and rasters are ranked by effective pixel size (N@2x is 2N) with a deterministic name tie-break.
27 hoursfeat(notify): resolve theme icon names to filesDanilo M.1-0/+70
qt6ct's icon_theme is authoritative on this desktop, with the GTK3 setting and hicolor as fallbacks. The lookup prefers scalable, then the largest raster, and follows the theme's Inherits chain, so an app that passes a name instead of a path gets an icon.