aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2013-12-30 16:04:29 +0100
committerMathias Bynens <mathias@qiwi.be>2013-12-30 16:04:29 +0100
commit515a7e18d0b5477883396bcf4f69f109c41f6eab (patch)
tree31731ce8195ca5e837847456fa1da93c2eda4483 /.osx
parentbcef5e2d969b706139803f607b421903431917c7 (diff)
downloaddotfiles-515a7e18d0b5477883396bcf4f69f109c41f6eab.tar.gz
dotfiles-515a7e18d0b5477883396bcf4f69f109c41f6eab.tar.bz2
dotfiles-515a7e18d0b5477883396bcf4f69f109c41f6eab.zip
.osx: Display Bluetooth icon in menu bar
Diffstat (limited to '.osx')
-rwxr-xr-x.osx8
1 files changed, 6 insertions, 2 deletions
diff --git a/.osx b/.osx
index 23d6f04..0007a24 100755
--- a/.osx
+++ b/.osx
@@ -31,8 +31,12 @@ defaults write NSGlobalDomain AppleEnableMenuBarTransparency -bool false
defaults write ~/Library/Preferences/ByHost/com.apple.systemuiserver.* dontAutoLoad -array \
"/System/Library/CoreServices/Menu Extras/TimeMachine.menu" \
"/System/Library/CoreServices/Menu Extras/Volume.menu" \
- "/System/Library/CoreServices/Menu Extras/User.menu" \
- "/System/Library/CoreServices/Menu Extras/Bluetooth.menu"
+ "/System/Library/CoreServices/Menu Extras/User.menu"
+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"
# Set highlight color to green
defaults write NSGlobalDomain AppleHighlightColor -string "0.764700 0.976500 0.568600"