.macos: Show date next to time in menu bar#895
Open
naoisegolden wants to merge 2 commits intomathiasbynens:mainfrom
Open
.macos: Show date next to time in menu bar#895naoisegolden wants to merge 2 commits intomathiasbynens:mainfrom
naoisegolden wants to merge 2 commits intomathiasbynens:mainfrom
Conversation
s10wen
added a commit
to s10wen/dotfiles
that referenced
this pull request
Oct 18, 2019
s10wen
reviewed
Oct 18, 2019
There was a problem hiding this comment.
@naoisegolden nice, I'm implemented this on my dotfiles, cheers! FYI, there's an extra space not required in there I believe:
defaults write com.apple.menuextra.clock "DateFormat" "EEE MMM d H.mm"
vs
defaults write com.apple.menuextra.clock "DateFormat" "EEE MMM d H.mm"
|
Full monte: defaults write com.apple.menuextra.clock "DateFormat" -string "EEE MMM d h:mm:ss a" |
naoisegolden
commented
Oct 21, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I thought this would be useful to other people. It adds the date to the menu bar.
Same as setting it in System Preferences: