Open chadwhitaker opened 9 years ago
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.
Is it currently possible to set your own Preferences icon as opposed to the three default icons?