Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
This is what I want my menu bar to look like, sigh. Image courtesy of Andrew Escobar.

This is how mine looks now:

Using:
Code:
sudo defaults write /System/Library/LaunchDaemons/com.apple.WindowServer 'EnvironmentVariables' -dict 'CI_NO_BACKGROUND_IMAGE' 1
as described in the first post.

Lacks the subtle shadow/grading, but looks good enough for me... ;)

I'm guessing if you used a value of like 0.3-0.4 you'd get it to have just a slight tint.
 
I need the glossy effect, though. It just doesn't feel right without it. :/ I actually like Leopard's transparent menu bar, but it still isn't as elegant as Tiger's.
 
I'm guessing if you used a value of like 0.3-0.4 you'd get it to have just a slight tint.
1 is white and 0 is grey. And, I think someone mentioned a value around 0.6 (0.62?) to get the "good old" light grey feeling back. I, on the other hand, like my clean, almost shiny, value-1-white very much... ;)
 
After running this command in terminal

sudo defaults write /System/Library/LaunchDaemons/com.apple.WindowServer 'EnvironmentVariables' -dict 'CI_NO_BACKGROUND_IMAGE' 0

The com.apple.WindowServer.plist file changes it's icon slightly and now it won't open at all in property list editor.

You guys experience this? my menu bar has changed but the file won't open as it did before.
 

Attachments

  • Picture 2.png
    Picture 2.png
    102.8 KB · Views: 84
After running this command in terminal

sudo defaults write /System/Library/LaunchDaemons/com.apple.WindowServer 'EnvironmentVariables' -dict 'CI_NO_BACKGROUND_IMAGE' 0

The com.apple.WindowServer.plist file changes it's icon slightly and now it won't open at all in property list editor.

You guys experience this? my menu bar has changed but the file won't open as it did before.

Looks like the 'defaults write' command caused permissions on the file to be changed. Try this:
Code:
sudo chmod 644 /System/Library/LaunchDaemons/com.apple.WindowServer.plist
 
I'm guessing I'm the one n00b in a million but this completely f*cked my mac, it wouldn't boot at all, had to install leopard all over agian.

not a happy chappy :mad:
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.