The stupid translucent menu bar in Leopard annoys me beyond annoyance, here’s an easy way to make it nice and solid like a good menu bar should be. Open Terminal.app, then enter the following command to turn the menu bar solid whitesudo defaults write /System/Library/LaunchDaemons/com.apple.WindowServer 'EnvironmentVariables' -dict 'CI_NO_BACKGROUND_IMAGE' 1 To turn the bar solid gray, enter this commandsudo defaults write /System/Library/LaunchDaemons/com.apple.WindowServer 'EnvironmentVariables' -dict 'CI_NO_BACKGROUND_IMAGE' 0Travis also pointed out that you can enter values in between gray and white for softer grays such as this one which is much like Tiger’s menu barsudo defaults write /System/Library/LaunchDaemons/com.apple.WindowServer 'EnvironmentVariables' -dict 'CINOBACKGROUNDIMAGE’ 0.62 To turn it back to transluscent (god forbid) enter this commandsudo defaults delete /System/Library/LaunchDaemons/com.apple.WindowServer 'EnvironmentVariables' For the changes to take effect, restart your computer.
Rid Yourself of that Pesky Translucent Menu Bar
Similar Posts:
- No Translucent Menu Bar Toggle?
- 10 Best Mac Tips of 2007
- Replace Login Screen Background in Leopard
- Script for installing all required OS Software Updates
- Return the Dock to the Old Style
Written by Michael Zhao on January 10, 2008 at 11:37 pm -
Rid Yourself of that Pesky Translucent Menu Bar has 13 comments -
Categorized in Advanced Tips, Finder Tips, Terminal Tips
Travis Jeffery
sudo defaults write /System/Library/LaunchDaemons/com.apple.WindowServer 'EnvironmentVariables' -dict 'CINOBACKGROUNDIMAGE’ 0.62[Via: BoyWondr] January 10th, 2008 at 11:51 pmadam
I have a iMac with GeForce 5200FX,
and Translucid bar was work great in beta to me.
Could you explain me to add it in terminal line by line,
thanks before,
adam January 11th, 2008 at 9:30 am
Brad Jasper
I'm not exactly sure I understand your question. This tip is for people who have Leopard and don't like the Translucent menu bar at the top of your screen.
If you don't have Leopard, I'm not sure you can have a translucent menubar. I did a quick search for you but came up empty.
- Brad January 11th, 2008 at 2:42 pm
adam
On Beta 10.5 Translucid Bar was work great, I have CoreGraphic, Quartz Extreme Work great. I cannot use "turn it back to transluscent" command because is not translucid by default. I would like to know the command to enable Translucid bar from a no translucid bar.
Thanks if you know January 11th, 2008 at 5:36 pm
Michael Zhao
adam
Terminal said me there is not environement variable.
I was try all this command on top, no one work in my case. January 12th, 2008 at 5:42 am
Michael Zhao
adam
'CI_BACKGROUND_IMAGE' not work … January 12th, 2008 at 11:27 am
Michael Zhao
the last one, but if it's not working for you, I'm not sure it will make a difference January 12th, 2008 at 12:36 pm
Julian Pitt
Julian Pitt
Michael Zhao
Dave