Skip to content

Commit 19369f4

Browse files
authored
.macos: Update menu bar to show day of the week and date
Props to @naoisegolden mathiasbynens/dotfiles#895
1 parent c8bd561 commit 19369f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.macos

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ defaults write NSGlobalDomain NSAutomaticQuoteSubstitutionEnabled -bool false
8181
defaults write NSGlobalDomain NSAutomaticSpellingCorrectionEnabled -bool false
8282

8383
# Menu bar: Set date and time format e.g. Sun 11 Aug 16:55
84-
defaults write com.apple.menuextra.clock DateFormat -string "E MMM d HH:mm"
84+
defaults write com.apple.menuextra.clock "DateFormat" "EEE MMM d H.mm"
8585

8686
# Mute all sounds, incl volume change feedback
8787
defaults write "com.apple.sound.beep.feedback" -int 0

0 commit comments

Comments
 (0)