infews / workstation_repave

Mostly Ruby based MacOS setup
2 stars 1 forks source link

Make clock digital #9

Open professor opened 2 years ago

professor commented 2 years ago

Some of us like digital clocks. My prefered looks like the following which adds in seconds:

image

It would seem silly to have a flag for this feature. Maybe the code could set it to digital, then to analog. Then forks could comment out analog if they don't like it.

"Make the clock digital":
   [
   "defaults write com.apple.menuextra.clock DateFormat 'EEE MMM d  h:mm:ss a'",
   "defaults write com.apple.menuextra.clock IsAnalog -bool false",
   "killall -KILL SystemUIServer"
   ]