Ditto here. I wanted the same thing. So I used a workaround and not that difficult at all. After doing all the steps above, select one or few desktop pictures you like and then modify by putting a rectangle on top. For example, I used photoshop elements (or any other photo editing tool u may have) and for 1680x1050 monitor (and appropriate file), I added a 0.7 cm wide rectangle and it perfectly covers the menu bar. After that, use the drop bucket to paint with the desired color shade and transparency ( I could not set the gradient yet; dont know exactly how to do it; i am new to photoediting) and there you have it.
Very nice looking menu bar with transparent drop down menus.![]()
That seems like a lot of work. You could just open the Terminal and paste:
Code:
sudo defaults write /System/Library/LaunchDaemons/com.apple.WindowServer 'EnvironmentVariables' -dict 'CI_NO_BACKGROUND_IMAGE' 1
And Restart.
Done, next. ;-)
Edit: If you want a slightly grey menu bar so it's not as harsh on your eyes, just do this:
Code:
sudo defaults write /System/Library/LaunchDaemons/com.apple.WindowServer 'EnvironmentVariables' -dict 'CI_NO_BACKGROUND_IMAGE' 0.62