Menu Bar Custom Branding Settings - Jamf Connect Documentation 2.45.0

Jamf Connect Documentation 2.45.0

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

    Used to customize Jamf Connect for your organization

Setting

Description

Light Mode Icon

MenubarIcon

Specifies the file path to a custom icon for the Jamf Connect menu bar icon when Light Mode is enabled.

Jamf recommends a 16x16 pixel image. The 16x16 pixel image requires a transparent background to retain color in the image.

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

Dark Mode Icon

MenubarIconDark

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

Jamf recommends a 16x16 pixel image.

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 Jamf Connect 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 Jamf Connect is opened.

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