Skip to content

Commit

Permalink
Add command for ensuring clock isn't analog
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Suttle committed Dec 9, 2013
1 parent 36a9c70 commit 3dfb05d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .osx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ 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"

# Menu bar: Ensure clock is digital
defaults write com.apple.menuextra.clock IsAnalog -bool false

# Set highlight color to green
defaults write NSGlobalDomain AppleHighlightColor -string "0.764700 0.976500 0.568600"

Expand Down

0 comments on commit 3dfb05d

Please sign in to comment.