qdot / systray-rs

Allows rust applications to show a platform specific system tray icon and menu.
BSD 3-Clause "New" or "Revised" License
170 stars 66 forks source link

Add support for set_icon_by_name in Linux #41

Open N-Parsons opened 4 years ago

N-Parsons commented 4 years ago

This PR adds support for the new set_icon method recently added in qdot/libappindicator-rs#9.

The new set_icon_by_name method allows users to set the icon using the name of an icon in the active system icon theme, without needing to provide the full path.