Configuration
Open config from Menu Editor using the Config button.
The config UI has three sections:
- General
- Animations
- Design
General
| Setting | Type | Range / Values | Default |
|---|---|---|---|
| Move While Radial Open | boolean | ON/OFF | ON |
| Show Hover Label | boolean | ON/OFF | ON |
| Command Editor Visible Lines | int | 1-20 | 5 |
Animations
| Setting | Type | Range / Values | Default |
|---|---|---|---|
| Animations Enabled | boolean | ON/OFF | ON |
| Open/Close Animation | boolean | ON/OFF | ON |
| Hover Animation | boolean | ON/OFF | ON |
| Open Style | enum | WIPE, FADE, NONE | WIPE |
| Direction | enum | CW, CCW | CW |
| Hover Style | enum | FILL_SCALE, FILL_ONLY, SCALE_ONLY, NONE | FILL_SCALE |
| Hover Grow Percent | double | 0.0-0.5 | 0.05 |
| Open/Close Duration | int (ms) | 0-2000 | 125 |
Design
| Setting | Type | Range / Values | Default |
|---|---|---|---|
| Deadzone | int | 0-90 | 18 |
| Outer Radius | int | 24-512 | 72 |
| Ring Thickness | int | 6-256 | 28 |
| Scale Start Threshold | int | 0-128 | 8 |
| Scale Per Item | int | 0-100 | 6 |
| Slice Gap | int (deg) | 0-12 | 0 |
| Design Style | enum | SOLID, SEGMENTED, OUTLINE, GLASS | SOLID |
| Ring Color | ARGB int | 32-bit signed int | 0xAA000000 |
| Hover Color | ARGB int | 32-bit signed int | 0xFFF20044 |
| Border Color | ARGB int | 32-bit signed int | 0x66FFFFFF |
| Text Color | ARGB int | 32-bit signed int | 0xFFFFFFFF |
Preview
Preview opens a radial preview screen and loops animation with a 1s pause between loops.
Use this to tune visual settings before committing.
Save Behavior
- Save writes values immediately to config files.
- On save, screen returns to parent editor screen.
Config Files
config/ezactions/general-client.tomlconfig/ezactions/anim-client.tomlconfig/ezactions/design-client.toml
Deep dive: color format
Colors are stored as signed 32-bit ARGB ints.
Example:
0xAARRGGBB- alpha
AA, then redRR, greenGG, blueBB
Negative decimal numbers are normal for opaque ARGB values.
JSON Example
{
"openStyle": "WIPE",
"openDirection": "CW",
"hoverStyle": "FILL_SCALE",
"designStyle": "SOLID",
"ringColor": "0xAA000000",
"hoverColor": "0xFFF20044",
"borderColor": "0x66FFFFFF",
"textColor": "0xFFFFFFFF"
}Support This Project
Like this wiki and these mods?
Every bit of support helps me keep building features, writing docs, and shipping updates.