From 4e31acd0d4d33088c303c3dd1c43acd35bdf5793 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Thu, 26 Jul 2012 11:44:00 +0200 Subject: .osx: Hide the useless Time Machine and Volume icons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .osx | 3 +++ 1 file changed, 3 insertions(+) (limited to '.osx') 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" -- cgit v1.2.3