I need a menubar item consolidator. In other words, something that puts a bunch of menubar items into one menu item, going into submenu's onto the menu bar at the top of the screen.
I need a menubar item consolidator. In other words, something that puts a bunch of menubar items into one menu item, going into submenu's onto the menu bar at the top of the screen.
I've considered trying to write an app like this before but it'd be pretty hackish. Apps that put up a menu bar item use system-level APIs which you'd have to hack and override. It's probably possible, but would be relatively unstable I'd imagine