dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

.macos: Show date next to time in menu bar

Open naoisegolden opened this issue 6 years ago • 1 comments

I thought this would be useful to other people. It adds the date to the menu bar.

Screen Shot 2019-09-23 at 5 55 34 PM

Same as setting it in System Preferences:

Screen Shot 2019-09-23 at 5 57 23 PM

naoisegolden avatar Sep 23 '19 15:09 naoisegolden

Full monte:

defaults write com.apple.menuextra.clock "DateFormat" -string "EEE MMM d h:mm:ss a"

dstroot avatar Oct 20 '19 17:10 dstroot