Crate freedesktop_icon

Crate freedesktop_icon 

Source

Structs§

IconTheme
Pixmap
Pixmaps are a fallback when an icon is not found in a theme or any of it’s inherited themes.

Functions§

get_icon
Convenience function that will: Get the current icon theme from IconTheme::current() Call theme.get() which will get the icon for the default size and scale set for the theme. IconTheme::current() will be cached using LazyLock so multiple calls to this function do not incurr a performance penalty