l4l / yofi

yofi is a minimalistic menu for wayland
https://crates.io/crates/yofi
MIT License
337 stars 22 forks source link

Better icon support #123

Closed l4l closed 1 year ago

l4l commented 1 year ago

resolves #13

resolves #76

l4l commented 1 year ago

i.e startup time ~x2.5 faster :tada:

mrpandey commented 1 year ago

After updating to these changes (release 0.2.0), the icons of most apps defaulted to the fallback icon. Just had to comment out the following line in the config file to make it work: theme = "theme-name".

l4l commented 1 year ago

Yes, indeed now the default icon theme is hicolor as specified in the spec. And previously /usr/share/icons/default/index.theme was read to get one which seems to be about cursor theme. So formally it was an incorrect behavior before.

One need to specify theme now, usually theme = "Adwaita". Clarified a= noted in the Config wiki. Thanks for this one