aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-07-26 11:44:00 +0200
committerMathias Bynens <mathias@qiwi.be>2012-07-26 11:44:00 +0200
commit4e31acd0d4d33088c303c3dd1c43acd35bdf5793 (patch)
treeda6cdb3095b5839a45bffffb938630185b062c58 /.osx
parent1dec7d88d479c8951fc24cce1091a048b1894aa0 (diff)
downloaddotfiles-4e31acd0d4d33088c303c3dd1c43acd35bdf5793.tar.gz
dotfiles-4e31acd0d4d33088c303c3dd1c43acd35bdf5793.tar.bz2
dotfiles-4e31acd0d4d33088c303c3dd1c43acd35bdf5793.zip
.osx: Hide the useless Time Machine and Volume icons
Fun fact — this is what the OS X Mountain Lion menu bar looks like with all the menu extras (/System/Library/CoreServices/Menu Extras) enabled: http://i.imgur.com/DHTuw.png
Diffstat (limited to '.osx')
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
diff --git a/.osx b/.osx
index e94f84b..7cc9527 100755
--- a/.osx
+++ b/.osx
@@ -11,6 +11,9 @@ defaults write NSGlobalDomain AppleEnableMenuBarTransparency -bool false
defaults write com.apple.menuextra.battery ShowPercent -string "NO"
defaults write com.apple.menuextra.battery ShowTime -string "YES"
+# Menu bar: hide the useless Time Machine and Volume icons
+defaults write com.apple.systemuiserver menuExtras -array "/System/Library/CoreServices/Menu Extras/Bluetooth.menu" "/System/Library/CoreServices/Menu Extras/AirPort.menu" "/System/Library/CoreServices/Menu Extras/Battery.menu" "/System/Library/CoreServices/Menu Extras/Clock.menu"
+
# Always show scrollbars
defaults write NSGlobalDomain AppleShowScrollBars -string "Always"