Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

MBX

macrumors 68020
Original poster
anybody know or found out how to get rid of the grey strip totally? Or set to completely transparent (not just translucent, but zero-visibility) and at the same time invert the icons and text to white?
 
These are the only menubar hacks I know of, sorry:

Solid White Menu Bar
Code:
sudo defaults write /System/Library/LaunchDaemons/com.apple.WindowServer 'EnvironmentVariables' -dict 'CI_NO_BACKGROUND_IMAGE' 1

Grayish Menu Bar
Code:
sudo defaults write /System/Library/LaunchDaemons/com.apple.WindowServer 'EnvironmentVariables' -dict 'CI_NO_BACKGROUND_IMAGE' 0

Translucent Menu Bar
Code:
sudo defaults delete /System/Library/LaunchDaemons/com.apple.WindowServer 'EnvironmentVariables'
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.