qdot / systray-rs

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

Dynamic text in menu entries #50

Open treeshateorcs opened 4 years ago

treeshateorcs commented 4 years ago

I need to set a timer and update it every minute so that one of my menu entries says "set timer (60 minutes left)". how should I go about doing that?