Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
This has been without doubt the most useful thread I have read!

I've gone from a pretty basic and not very useful menubar to one full of useful stuff. As I'm on a 12' iBook and require fast user switching winswitch is great, my user name is quite long and took up valuable menubar real estate so the replacement icon is awesome. The other four additions today are menuprefs, himmelbar, spiritedaway(wicked) and Gee:

L/R

MenuPrefs, Himmelbar, SpiritedAway, Gee, synergy, konflabulator, battery, time and winswitch
 

Attachments

  • menu.jpg
    menu.jpg
    8.8 KB · Views: 579
terriyaki said:
Also.. I've noticed that there quite a few of laptop users in this thread yet none of them use Desktop Manager.. for shame!

I urge all of you pbook and ibook users to give it a shot (especially the 12"ers).

http://desktopmanager.berlios.de/screenshots.php

Wow that desktop manager is great, I used another one for a while but it was total crap compared to this one(Its the one feature I've been missing since my move from linux). I love the transition effects, though I have to say I got a bit dizzy playing around with them for like 10 minutes strait, I just couldn't decide which one to use :D. I have a 20" screen and I still second the recommendation not just for laptop users, this thing is pretty awsome. Thanks terriyaki.
 
From left to right:
iChat, MenuMeter Network Meter, MenuMeter CPU Meter, Airport, Volume, Batter, Date/Clock, Spotlight.
 

Attachments

  • menubar.gif
    menubar.gif
    6.5 KB · Views: 108
iGary said:
What's porn scene 2?

LOL

I don't actually need any menu bar extras 'cause I'm on a 12" PB, but I subscribed to this thread just to get the answer ;)

C'mon Lacero, and who is "Veronica Da Spuza" anyways (nothing on Google)?
 
TheT said:
LOL

I don't actually need any menu bar extras 'cause I'm on a 12" PB, but I subscribed to this thread just to get the answer ;)

C'mon Lacero, and who is "Veronica Da Spuza" anyways (nothing on Google)?
try an 'o' is stead of the 'p' in that last name... :rolleyes:
 
Mitthrawnuruodo said:
try an 'o' is stead of the 'p' in that last name... :rolleyes:

:eek:

I didn't find one picture of her fully "dressed" ... :rolleyes:

And I don't even wanna know any further details...

...oh, just one thing: why would you have that in Final Cut :confused:
 
Hahaha thats funny^

*closes open windows* heres mine. Pretty much just my essentials, I don't like it getting too close to the app menus.
 

Attachments

  • Picture 1.png
    Picture 1.png
    7.9 KB · Views: 104
I've actually replaced almost all I had in my menu bar just a month ago. Here's my current one (a bit more useful than it was ;)):
 

Attachments

  • Picture 1.png
    Picture 1.png
    8.6 KB · Views: 566
I have a question: What does everyone use the spotlight icon for? I just got Tiger, and haven't gotten used to it yet, but I find myself using CMD-SPACE rather than clicking. Do you need it?
 
Jay42 said:
I have a question: What does everyone use the spotlight icon for? I just got Tiger, and haven't gotten used to it yet, but I find myself using CMD-SPACE rather than clicking. Do you need it?

Personal preference, really, whatever you find easier...
 
Mitthrawnuruodo said:
I've actually replaced almost all I had in my menu bar just a month ago. Here's my current one (a bit more useful than it was ;)):

Mitthrawnuruodo, what's that analogue clock in your menu bar? I really like analogue clocks, but the one in system preferences is quite hard to read. The one you have is much clearer!

Then again, I'm also tempted to just try changing the tiff files to add number markers instead, like I did with the Adium ones (see pg 1of this thread). There's instructions here. Looks fun.
 
Lau said:
Mitthrawnuruodo, what's that analogue clock in your menu bar? I really like analogue clocks, but the one in system preferences is quite hard to read. The one you have is much clearer!

Then again, I'm also tempted to just try changing the tiff files to add number markers instead, like I did with the Adium ones (see pg 1of this thread). There's instructions here. Looks fun.

I believe it was done with this hint.
 
stridey said:
I believe it was done with this hint.
Bingo... :)

Edit: And you don't necessarily have to use Terminal, at all (for those with Terminal fear ;)). You can copy the Clock.menu to the Desktop (or wherever) use right/ctrl-click -> Show Package Contents (or just rename it to Clock.menu.whatever) and navigate in regular Finder windows. Then replace the Clock_base.tif with the one from the hint. Then copy the Clock.menu back where you found it (after renaming it back if you did this) and replace the original (you did remember to back it up, right? ;)). You will be prompted for Authentication and you must enter the password for the replacement to take place. Then logout and back in (or maybe it's enough to disable/enable the clock?), and the clock is a bit easier to read... :)
 
Thanks Mitthrawnuruodo and Stridey. I just did it, and while I was at it replaced my battery meter with this (about halfway down the page). I might go back later and make it slightly less rainbow coloured though. And I was most fearful of using terminal to do it, and tried dropping it in the folder and was exceedingly pleased that it worked. Macs rock. And then I came back and read your reply, Mitthrawnuruodo, and I'm glad you posted that, because it's easier than it looks from the link, and other people can do it. Oh, and I'm using Panther, and it works fine.

Now, with the addition of MailCountX, my minimalist and icon only menu bar looks like this: (l-r MailCountX, hacked Adium, Bluetooth, Airport, Volume, hacked Battery, hacked Clock. Ooh, I'm such a rebel....:D
 

Attachments

  • bar.jpg
    bar.jpg
    2.5 KB · Views: 1,005
sdreed25 said:
This has been without doubt the most useful thread I have read! ...
Agreed. This has been one of the most useful threads that I have visited in a long time. I bet that I will continualy refrence this thread to see what new applications have been deveoped for the menubar.

Left To right

ByteController,Check Off,Calq,Ejector,iClip,BackLight 2,MoofMenu,SlimBatteryMonotor,Time,Airport,SpellCatcher (Well worth the money! Sucky colored menubar item though.),Spotlight

I am attempting to see if I can use MoofMenu for all of my application, document, and project launching. I have cleared my doc of everything except active applications! It's pretty cool.

For those that are having problems getting certain menubar applications to show up in the "right" location I suggest writing a simple Apple Script with the items you want launched from RIGHT to LEFT. My learning curve is very shallow, so I post the following not to insult anybody.
For example:

tell application "MoofMenu" to activate
tell application "BackLight 2" to activate
telltell application "iClip" to activate
telltell application "Ejector" to activate
telltell application "Calq" to activate
telltell application "Check Off" to activate
telltell application "ByteController" to activate
quit
- Save as application, with extension, run only, sans startup screen (and as a script to edit later). Then go to Finder-->System Prefs->Accounts>Log In Items, then add the script/application.


SlimBatMonotor is actually an application that resides/shows in the menubar, but it can not be moved and prefers to be part of the start up items. The Clock, Airport, SpellCatcher, Spotlight, and SoundSource (not shown) are all imbedded extensions of the OS, and are moveable, but take precedence over the other applications. This leads to a weird sort of jumping around as items load. I found that if I script most of the items they end up where I want them. On a 12" PB it really makes a difference.
 

Attachments

  • Scene3.png
    Scene3.png
    59.6 KB · Views: 138
OK, I'll bite :D

Adium, Stuffit, GmailStatus, Version Cue, MenuMeters, Volume, Input do-dah-whatsit with UK flag, Clcol, Fast User Switch, Spotlight (duh).

attachment.php
 

Attachments

  • Picture 1.png
    Picture 1.png
    16 KB · Views: 796
Well, if all the other kids are playing...

Nothing there out of the ordinary, but from the left... Adium, Modem, Classic, Bluetooth, iSync, Displays, Volume, Date & Time, Keyboardy flag thing, Spotlight.
 

Attachments

  • menubar.jpg
    menubar.jpg
    9.9 KB · Views: 113
swtscreen0012yw.png

Adium menu icon (available here!), Bluephone Elite, ByteController, Menu Meters CPU%, MenuCalenderClock, Spotlight.

Does anyone know a way of getting rid of the spotlight icon to free up some space?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.