sfsam / Itsycal

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

Add new icon style "Only Text" #147

Closed nebular closed 4 years ago

nebular commented 4 years ago

This new icon style just draws the text without any outline or solid background, just like OSX does in its default clock if you show the date.

I changed the preference window so instead of a checkbox "Show Icon Outline" it now shows a popup window with three options: Solid, Outline, Text

image

image

sfsam commented 4 years ago

Itsycal can already draw text without the outline or background in the style of the system clock. You can set a datetime patten and check 'Hide icon':

Screen Shot 2019-09-30 at 8 04 32 PM

Also, in general, if you want to draw text in the menubar, you can just set the title of the NSStatusItem's button. You don't need to draw it into an image.

nebular commented 4 years ago

OMG!! that is so right !! 😂 Excellent app by the way, also amazing you share the code.

sfsam commented 4 years ago

I do want to acknowledge your effort here though. I appreciate it. I have some ideas for improving and extending the UI here, but they are much bigger than a small tweak to the interface and are for another time.

nebular commented 4 years ago

Thanks for your kind words. I find the app super useful and have replaced the OSX date/time with it. Waiting anxiously for your planned upgrades!