aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2014-10-18 12:29:49 +0200
committerMathias Bynens <mathias@qiwi.be>2014-10-18 12:29:49 +0200
commit8692d489d5949977be03bfce0b54bf335b8f4167 (patch)
tree636b5c87d620bf36368047e147a1b94a6fbb6b9c /.osx
parent8b3f47b4199028965dd7bd6b7fa9eba69dc81f9f (diff)
downloaddotfiles-8692d489d5949977be03bfce0b54bf335b8f4167.tar.gz
dotfiles-8692d489d5949977be03bfce0b54bf335b8f4167.tar.bz2
dotfiles-8692d489d5949977be03bfce0b54bf335b8f4167.zip
.osx: Disable transparency in the menu bar and elsewhere on Yosemite
Diffstat (limited to '.osx')
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
diff --git a/.osx b/.osx
index e0c67c2..5e484be 100755
--- a/.osx
+++ b/.osx
@@ -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 \