df6a9e74d9
Standalone Grok Build status strip with parallel sessions, width-adaptive layout, Chinese/English settings UI, and token breakdown. Product copy no longer references third-party tools.
20 lines
374 B
Markdown
20 lines
374 B
Markdown
---
|
|
description: Set Grok HUD display preset (full / essential / minimal)
|
|
---
|
|
|
|
# HUD presets
|
|
|
|
```bash
|
|
grok-build-hud --preset full # 3 rows (default)
|
|
grok-build-hud --preset essential # 2 rows
|
|
grok-build-hud --preset minimal # 1 compact row
|
|
```
|
|
|
|
Or open the settings UI:
|
|
|
|
```bash
|
|
grok-hud settings
|
|
```
|
|
|
|
Presets keep your language preference (中文 / English).
|