sfsam / Itsycal

Itsycal is a tiny calendar for your Mac's menu bar. http://www.mowglii.com/itsycal
MIT License
3.3k stars 235 forks source link

Feature Request: default date format #139

Open axet opened 5 years ago

axet commented 5 years ago

By default system time clock has its own systray time format stored in 'defaults' can you read initial value from its content or also store it backwards?

# defaults write 'com.apple.menuextra.clock' 'DateFormat' -string 'yyyy-MMM-dd EEE H:mm'
sfsam commented 5 years ago

I didn't know the system stored its clock format in 'defaults' so thank you for pointing this out. Can you explain a bit more how the UI for this feature idea would work?

axet commented 5 years ago

Sure, I love to share good stuff. Feature, tho, optional to you. The idea to read initial format from system settings, to simplify initial configuration. If I have configured time format already, I do not have to type whole string again. Just little comfort.

Another idea, to store this configuration back, if I decide to remove the app, I still have current format configured. Optional, maybe not so good idea.