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:

  • iPod touch 5 & iPhone 4 to 5S: [email protected] (640x192 px)

  • iPhone 6 -> 8: [email protected] (750x192 px)

  • iPhone 6 -> 8 upscaled to iPhone 6+ -> 8+: [email protected] (828x192 px)

  • iPhone 6+ -> 8+: [email protected] (1242x288 px)

  • iPhone X/Xs: [email protected] (1063x280 px)

  • iPhone Xr: [email protected] (780x204 px)

  • iPhone Xs Max: [email protected] (1170x306 px)

  • iPad 2 & iPad mini (1st gen) Portrait: ModernDockMask~ipad.png (768x124 px)

  • iPad 2 & iPad mini (1st gen) Landscape: ModernDockMask-Landscape~ipad.png (1024x124 px)

  • iPad 3 & higher Portrait (iOS 10 or lower): ModernDockMask@2x~ipad.png (1536x248 px)

  • iPad 3 & higher Landscape (iOS 10 or lower): ModernDockMask-Landscape@2x~ipad.png (2048x248 px)

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:

  • iPod touch 5 & iPhone 4 to 5S: [email protected] (640x192 px)

  • iPhone 6 -> 8: [email protected] (750x192 px)

  • iPhone 6 -> 8 upscaled to iPhone 6+ -> 8+: [email protected] (828x192 px)

  • iPhone 6+ -> 8+: [email protected] (1242x288 px)

  • iPhone X/Xs: [email protected] (1063x280 px)

  • iPhone Xr: [email protected] (780x204 px)

  • iPhone Xs Max: [email protected] (1170x306 px)

  • iPad 2 & iPad mini (1st gen) Portrait: ModernDockOverlay~ipad.png (768x124 px)

  • iPad 2 & iPad mini (1st gen) Landscape: ModernDockOverlay-Landscape~ipad.png (1024x124 px)

  • iPad 3 & higher Portrait (iOS 10 or lower): ModernDockOverlay@2x~ipad.png (1536x248 px)

  • iPad 3 & higher Landscape (iOS 10 or lower): ModernDockOverlay-Landscape@2x~ipad.png (2048x248 px)