-
Notifications
You must be signed in to change notification settings - Fork 192
userInterface
- forceScreenShotIcon
- iconDarkPath
- iconLightPath
- screenShotDarkPath
- screenShotLightPath
- simpleMode
- updateElements
- Example (JSON)
- Example (Mobile Configuration) - not currently implemented
Force the built-in ScreenShot icon to render in the UI if a ScreenShot path is not passed.
A path to a local jpg, png, icns that contains the icon for dark mode. This will replace the Apple logo on the left side of Nudge.
A path to a local jpg, png, icns that contains the icon for light mode. This will replace the Apple logo on the left side of Nudge.
A path to a local jpg, png, icns that contains the screen shot for dark mode. This will replace the Big Sur logo on the lower right side of Nudge.
A path to a local jpg, png, icns that contains the screen shot for light mode. This will replace the Big Sur logo on the lower right side of Nudge.
Enables Nudge to launch in the simplified user experience
A list of arrays, enabling further customization to the Nudge UI. Please see the updateElements wiki article for more information.
{
"userInterface": {
"forceScreenShotIcon": false,
"iconDarkPath": "/somewhere/logoDark.png",
"iconLightPath": "/somewhere/logoLight.png",
"screenShotDarkPath": "/somewhere/screenShotDark.jpg",
"screenShotLightPath": "/somewhere/screenShotLight.jpg",
"simpleMode": false,
"updateElements": []
}
}
TODO: