So I used the terminal command,
to get a gray menu bar, but I want the translucent menu bar back!
suposedly this terminal command should get it back,
Yeah, well that doesnt work so well!
anyone have an idea how to get my translucent menu bar back?
Thanks,
Code:
sudo defaults write /System/Library/LaunchDaemons/com.apple.WindowServer 'EnvironmentVariables' -dict 'CI_NO_BACKGROUND_IMAGE' 0
to get a gray menu bar, but I want the translucent menu bar back!
suposedly this terminal command should get it back,
Code:
sudo defaults delete /System/Library/LaunchDaemons/com.apple.WindowServer 'EnvironmentVariables' -dict 'CI_NO_BACKGROUND_IMAGE'
Yeah, well that doesnt work so well!
anyone have an idea how to get my translucent menu bar back?
Thanks,