aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTao Wu <foxisme@gmail.com>2014-11-19 10:49:51 +0100
committerMathias Bynens <mathias@qiwi.be>2014-11-19 11:36:42 +0100
commit411e9dc0eeee1144e704773a5c1a725defb92695 (patch)
tree018b14bbdd14fc6fc5c183e544479bf70ebf44bb
parentfa0e56008bb38300047d380c5ef9c670d3ffbf8b (diff)
downloaddotfiles-411e9dc0eeee1144e704773a5c1a725defb92695.tar.gz
dotfiles-411e9dc0eeee1144e704773a5c1a725defb92695.tar.bz2
dotfiles-411e9dc0eeee1144e704773a5c1a725defb92695.zip
.osx: Fix comment for menu bar items
Closes #459.
-rwxr-xr-x.osx2
1 files changed, 1 insertions, 1 deletions
diff --git a/.osx b/.osx
index c66b706..7330e6e 100755
--- a/.osx
+++ b/.osx
@@ -27,7 +27,7 @@ sudo nvram SystemAudioVolume=" "
# 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
+# Menu bar: hide the Time Machine, Volume, and User icons
for domain in ~/Library/Preferences/ByHost/com.apple.systemuiserver.*; do
defaults write "${domain}" dontAutoLoad -array \
"/System/Library/CoreServices/Menu Extras/TimeMachine.menu" \