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

Set a custom Preferences icon #48

Open
chadwhitaker opened this issue Oct 28, 2015 · 2 comments
Open

Set a custom Preferences icon #48

chadwhitaker opened this issue Oct 28, 2015 · 2 comments
Labels

Comments

@chadwhitaker
Copy link

chadwhitaker commented Oct 28, 2015

Is it currently possible to set your own Preferences icon as opposed to the three default icons?

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/27753276-set-a-custom-preferences-icon?utm_campaign=plugin&utm_content=tracker%2F899498&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F899498&utm_medium=issues&utm_source=github).
@xhacker
Copy link
Member

xhacker commented Oct 28, 2015

There are actually more than 3 system-provided icons: https://developer.apple.com/library/mac/documentation/UserExperience/Conceptual/OSXHIGuidelines/SystemProvided.html#//apple_ref/doc/uid/20000957-CH92-SW8

You can get a full list at the bottom of /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/AppKit.framework/Versions/C/Headers/NSImage.h. Remember to remove the ImageName from the icon name. For example, for NSImageNameInfo, use NSInfo in Quark Shell.

I’ll update the documentation when I get some time.

And yeah, it would be better to allow arbitrary icons.

@xhacker
Copy link
Member

xhacker commented Nov 10, 2015

I just found this, might be useful for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants