Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make clock digital #9

Open
professor opened this issue Dec 30, 2021 · 0 comments
Open

Make clock digital #9

professor opened this issue Dec 30, 2021 · 0 comments

Comments

@professor
Copy link
Contributor

professor commented Dec 30, 2021

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"
   ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant