Skip to content

Instantly share code, notes, and snippets.

@Innei
Created May 28, 2026 05:37
Show Gist options
  • Select an option

  • Save Innei/a8b8b8c69ca434073c3cb845d2455482 to your computer and use it in GitHub Desktop.

Select an option

Save Innei/a8b8b8c69ca434073c3cb845d2455482 to your computer and use it in GitHub Desktop.
claude-hud.json
{
"language": "en",
"lineLayout": "compact",
"pathLevels": 2,
"elementOrder": [
"project",
"tools",
"context",
"usage",
"memory",
"environment",
"todos"
],
"gitStatus": {
"enabled": true,
"showDirty": true,
"showAheadBehind": true,
"showFileStats": false
},
"display": {
"showTools": false,
"showAgents": false,
"showTodos": false,
"showSpeed": true,
"showConfigCounts": false,
"showDuration": true,
"showMemoryUsage": true,
"showTokenBreakdown": true,
"showUsage": true
},
"colors": {
"context": "cyan",
"usage": "cyan",
"warning": "yellow",
"usageWarning": "magenta",
"critical": "red",
"model": "cyan",
"project": "yellow",
"git": "magenta",
"gitBranch": "cyan",
"label": "dim",
"custom": "#FF6600"
},
"showSeparators": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment