systray icon indicating copy to clipboard operation
systray copied to clipboard

Way to add Title above Quit in Windows demo?

Open lonnietc opened this issue 1 year ago • 6 comments

Hello,

I here a way to add a "Title" that you cannot move the mouse over above the "Quit" in the example?

Thanks

lonnietc avatar Sep 09 '23 16:09 lonnietc

Also, what about changing Text Fonts as well as Text Color foreground and background for a menu item?

lonnietc avatar Sep 09 '23 17:09 lonnietc

Hello,

I here a way to add a "Title" that you cannot move the mouse over above the "Quit" in the example?

Thanks

Do you mean a tooltip?

andydotxyz avatar Sep 09 '23 19:09 andydotxyz

I understand something like thisScreenshot_20230909_210439_com.brave.browser.jpg

matwachich avatar Sep 09 '23 20:09 matwachich

Yes, like the above is what I am seeking to do from the systray. I am guessing that the above image was not down with the Systray / Fyne library, but that would be awesome for my needs.

I will have a "Status" header that will show GREEN text if connected to the network, and RED if disconnected as one of the indicators, plus some others as well.

Thanks again and have a great day.

lonnietc avatar Sep 09 '23 21:09 lonnietc

Support for custom content is not included because some OS don't support putting that in the menu structure.

You could use this library to handle just the icon and pop up a custom window which contains anything you want though...

andydotxyz avatar Sep 09 '23 21:09 andydotxyz

Thanks and I will look into that more.

lonnietc avatar Sep 10 '23 16:09 lonnietc