Skip to content
CoolStar edited this page May 29, 2019 · 12 revisions

Anemone supports theming the dock on the Home Screen.

Note: This functionality requires the SpringBoard extension pack for use on Anemone 3

ClassicDock is built into Anemone and its settings are controllable via themes using the following keys in the theme's Info.plist.

DockReflections

This boolean controls whether the dock shows icon reflections underneath it. If set to true, icon reflections will be displayed. (Default: false)

DockBlurReflections

Requires DockReflections to be enabled. This boolean controls whether a gaussian blur effect is applied to the dock's reflections. (Default: false)

DockReflectionOffset

This float adjusts the vertical position of the reflections. Can be combined with SBDockReflectionHeight.png to adjust the reflection's size and position.

FloatyDockBackgroundRadius

This float adjusts the corner radius of the dock on iPhone X/Xr/Xs Max devices

Modern Mode

Modern Mode works by applying a mask on the stock dock, and optionally allows applying an image on top of the dock's background. All file names are in SpringBoard's bundle.

Dock Mask

The dock mask determines the shape of the dock. Anemone checks the following file names based on device:

Dock Overlay

The dock overlay is an image that's applied on top of the dock background. Anemone checks the following file names based on device:

Clone this wiki locally