Self Service+ Custom Branding Settings

Jamf Connect Documentation

Solution
Application
Jamf Connect
Content Type
Technical Documentation
Utilities & Services
ft:locale
en-US
  • Domaincom.jamf.connect
  • DictionaryAppearance
  • Description

    Used to customize Self Service+ (formerly the Jamf Connect menu bar app) for your organization

Setting

Description

Light Mode Icon

MenubarIcon

Specifies the file path to a custom icon for the Self Service+ menu bar icon when Light Mode is enabled.

Jamf recommends using a 16x16 pixel image without color, as any colors in the image will be converted to greyscale. Using an image with solid colors may affect how the image is displayed.

<key>MenubarIcon</key>
<string>/usr/local/icon.png</string>

Dark Mode Icon

MenubarIconDark

Specifies the file path to a custom icon for the Self Service+ menu bar icon that displays when Dark Mode is enabled on macOS 10.15 or earlier

Jamf recommends using a 16x16 pixel image without color, as any colors in the image will be converted to greyscale. Using an image with solid colors may affect how the image is displayed.

Note:

This setting is not supported on computers with macOS 11 or later. Use the Light Mode Icon (MenuBarIcon) to upload one icon and allow macOS to automatically change the tint of the icon to clearly display against the user's desktop image.

<key>MenubarIconDark</key>
<string>/usr/local/darkicon.png</string>

Use Unbranded App Icon

AlternateBranding
Specifies using the alternate app icon for Self Service+ rather than the default Jamf logo and company name. This setting is disabled (set to false) by default.
<key>AlternateBranding</key>
<false/>

Show Welcome Window

ShowWelcomeWindow

Displays the Welcome window each time Self Service+ is opened.

<key>ShowWelcomeWindow</key>
<true/>