Skip to content

Commit

Permalink
.macos: Update menu bar to show day of the week and date
Browse files Browse the repository at this point in the history
  • Loading branch information
s10wen committed Oct 18, 2019
1 parent c8bd561 commit 19369f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .macos
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ defaults write NSGlobalDomain NSAutomaticQuoteSubstitutionEnabled -bool false
defaults write NSGlobalDomain NSAutomaticSpellingCorrectionEnabled -bool false

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

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

0 comments on commit 19369f4

Please sign in to comment.