Skip to content

Commit

Permalink
.osx: Fix comment for menu bar items
Browse files Browse the repository at this point in the history
  • Loading branch information
metaphox authored and mathiasbynens committed Nov 19, 2014
1 parent fa0e560 commit 411e9dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .osx
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit 411e9dc

Please sign in to comment.