ospfranco / sol

MacOS launcher & command palette
MIT License
1.92k stars 89 forks source link

System preferences icon for each sub preference [WIP] #37

Closed mfbx9da4 closed 2 years ago

mfbx9da4 commented 2 years ago

End result image

ospfranco commented 2 years ago

JFYI there is also the hard-way which is extracting each pane icon and putting them in the app, it is ofc work, but will deliver the best results:

https://www.macobserver.com/tmo/article/os-x-using-icons-from-system-preferences

:)

mfbx9da4 commented 2 years ago

Ah that is probably even better to be fair!

Still though, not all the preferences icons are available so we would still need the fallback.

Also I think it gives me confidence that the item will open the system preferences sub pane for example this is super helpful in disambiguating the options @ospfranco

image

ospfranco commented 2 years ago

just FYI I'm refactoring a lot of code to make it easier for you (and others) to contribute to the project... most of the code I threw in really quickly and as I went adding features it became messy. :)

mfbx9da4 commented 2 years ago

Cool, think it's ready now