I'm trying to build a timer app on MacOS that would show the remaining time in the status bar. Wondering if it's possible to show multiple buttons there at once? E.g. show play/pause button, reset button and the time right in the status bar. Or are there any hacks possible, like make it a single button with 2 icons next to each other, and check the click position to see which "button" got the click?
I know I can put the extra buttons in a popover, but I'm new to MacOS dev and trying to understand the limits. Thanks!