diff options
-rwxr-xr-x | .osx | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -27,6 +27,9 @@ sudo nvram SystemAudioVolume=" " # Menu bar: disable transparency defaults write NSGlobalDomain AppleEnableMenuBarTransparency -bool false +# Disable transparency in the menu bar and elsewhere on Yosemite +defaults write com.apple.universalaccess reduceTransparency -bool true + # Menu bar: hide the Time Machine, Volume, User, and Bluetooth icons for domain in ~/Library/Preferences/ByHost/com.apple.systemuiserver.*; do defaults write "${domain}" dontAutoLoad -array \ |