Skip to content

Commit

Permalink
fix: use correct syntax to specify defaults for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Okeanos committed Jan 13, 2025
1 parent 6dd7668 commit ad16c23
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -234,16 +234,16 @@ defaults write com.apple.menuextra.clock IsAnalog -bool false
defaults write com.apple.menuextra.clock FlashDateSeparators -bool false

# Show AM / PM when the time format allows
defauls write com.apple.menuextra.clock ShowAMPM -bool true
defaults write com.apple.menuextra.clock ShowAMPM -bool true

# Change the Clock in the Menu Bar to show
# Show the Date
# 0 = when space allows (default)
# 1 = always
# 2 = never
defauls write com.apple.menuextra.clock ShowDate -int 0
defauls write com.apple.menuextra.clock ShowDayOfWeek -bool true
defauls write com.apple.menuextra.clock ShowSeconds -bool true
defaults write com.apple.menuextra.clock ShowDate -int 0
defaults write com.apple.menuextra.clock ShowDayOfWeek -bool true
defaults write com.apple.menuextra.clock ShowSeconds -bool true

##############################################################################
# Security #
Expand Down

0 comments on commit ad16c23

Please sign in to comment.