-
Notifications
You must be signed in to change notification settings - Fork 32
Images
Most function should support images to display before the title label in the Hello-IT menu.
To use this feature, two options are available.
The recommended option is to use the imageBaseName
into the settings
dictionary provided to the function. The value of this option will be the name (minus the extension) of a PNG file located in /Library/Application Support/com.github.ygini.hello-it/CustomImageForItem
.
Using this option, you can also provide a -dark
variant to provide a different image when the user is in dark mode.
To make it clear, if imageBaseName
is set to myImage
, Hello-IT will use /Library/Application Support/com.github.ygini.hello-it/CustomImageForItem/myImage.png
or /Library/Application Support/com.github.ygini.hello-it/CustomImageForItem/myImage-dark.png
.
The dark version is optional, it will be used if here and will fallback on the normal one if not.
Another key, imagePath
is available and can be used to provide a full path of any kind of image, located anywhere on the system, but this does not support the dark variant.
Software provided under the BSD 3-clause license. For commercial support and custom development, please contact Abelionni.
- Introduction
- Application Description
- Hello-IT as an LaunchAgent
- Preferences
- Preferences subdomain
- Functions
- Security
- Label translation
- Notifications on state change
- Images
- Logs
- Support and custom requests
- Tell it if you use it!