Lars Pind

internet software, coaching, and entrepreneurship

Lars Pind - internet software, coaching, and entrepreneurship
Check out Coach TV, my video blog on happiness and personal development for geeks.

Managing menulets

February 10, 2006 · See comments

TUAW has a tip on managing menulets, the little things on your menu bar that show battery status and the like. Something I didn’t know here was that you can command-click them to move or remove them. Pretty handy if you happen to want them in a different order, which I sometimes do. Now, of course, the Skype, Adium, and Quicksilver ones don’t respond to the command-click—maybe their authors didn’t know about this. Interestingly, the Plazes one does.

blog comments powered by Disqus

Comments ↓

  • 1 Mark Aufflick // Feb 12, 2006 at 02:06 PM

    The abillity to reorder the "menulets" (they are traditionally called menu extra items) and command click them to hide them is encapsulated in a non-documented Apple api that extends the standard NSMenuExtra api. Inexplicably, Apple has decided that menu extra items should be discouraged and specifically forbids you to use their private API. So much so that in a number of OS version bumps the API has been modified to block third party code from using it. This mod can be hacked around, but any app that uses it risks being broken in the future.
  • 2 Mark Aufflick // Feb 13, 2006 at 04:59 PM

    I just found this neat web page that has a huge list og Mac Menu Extra Item applications: http://menu.jeweledplatypus.org/
  • 3 Lars Pind // Feb 13, 2006 at 09:43 PM

    I had no idea it would be that complicated. Very cool with the list, thanks!