M MBX macrumors 68020 Original poster Dec 24, 2007 #1 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?
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?
A adamfishercox macrumors 6502 Dec 24, 2007 #2 The icons are images, so there really is no easy way to invert them short of replacing the source files.
The icons are images, so there really is no easy way to invert them short of replacing the source files.
7 72930 Retired Dec 24, 2007 #4 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'
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'