Icon Shape

Overview

The theme object in the configuration retains most of its structure from Launcher 3. A new field, iconShape, has been introduced to define the shape of app icons in the main workspace. Supported values for this field include: roundedCorner, square, squircle, and circle.

Feature Configuration

Configuring Icon Shapes

To define the shape of app icons in the main workspace, use the iconShape field in the theme object.

Example using roundedCorner:

"theme": {
    "iconShape": "roundedCorner",
}

Example using square:

Example using squircle:

Example using circle:

Last updated