Skip to content

Instantly share code, notes, and snippets.

@sloanlance
Last active December 18, 2016 02:14
Show Gist options
  • Save sloanlance/9e47c376395089118b4bab194b338000 to your computer and use it in GitHub Desktop.
Save sloanlance/9e47c376395089118b4bab194b338000 to your computer and use it in GitHub Desktop.
Read the menubar clock properties, and change them.
defaults read com.apple.menuextra.clock
#{
# DateFormat = "EEE HH:mm";
# FlashDateSeparators = 0;
# IsAnalog = 0;
#}
defaults write com.apple.menuextra.clock DateFormat 'EEE HH:mm:ss'
killall SystemUIServer
defaults write com.apple.menuextra.clock DateFormat 'EEE HH:mm'
killall SystemUIServer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment