diff options
author | Mathias Bynens <mathias@qiwi.be> | 2014-10-18 12:29:49 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2014-10-18 12:29:49 +0200 |
commit | 8692d489d5949977be03bfce0b54bf335b8f4167 (patch) | |
tree | 636b5c87d620bf36368047e147a1b94a6fbb6b9c | |
parent | 8b3f47b4199028965dd7bd6b7fa9eba69dc81f9f (diff) | |
download | dotfiles-8692d489d5949977be03bfce0b54bf335b8f4167.tar.gz dotfiles-8692d489d5949977be03bfce0b54bf335b8f4167.tar.bz2 dotfiles-8692d489d5949977be03bfce0b54bf335b8f4167.zip |
.osx: Disable transparency in the menu bar and elsewhere on Yosemite
-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 \ |