Files
grok-build-hud/commands/preset.md
T
Redredchen01 bb6a1321fb Release grok-build-hud v0.3.0: Claude-HUD-style same-window status for Grok Build
Multi-line tmux strip (context, quota, tools, todos, git), theme sync with
Grok UI, full/essential/minimal presets, one-shot installer, EN+ZH docs,
and 40 unit tests.
2026-07-17 15:45:25 +08:00

24 lines
549 B
Markdown

---
description: Set Claude-HUD-style HUD preset (full / essential / minimal)
---
# HUD presets (Claude HUD parity)
```bash
# Full — model, git, context+usage dual bars, tools, agents, todos, diff stats (3 rows)
grok-build-hud --preset full
# or: grok-hud preset full
# Essential — dual bars + activity (2 rows)
grok-build-hud --preset essential
# Minimal — single dense row
grok-build-hud --preset minimal
```
Then refresh tmux (if already in a HUD session):
```bash
tmux source-file ~/.grok/hud/tmux.conf && tmux refresh-client -S
```