Bug Circus Statusline
Settings statusline 185
Turn debugging into a circus performance! Watch performers juggle bugs while the audience reacts to your coding show with dynamic applause and reactions. Displays: Show number (incremental counter), Rotating performers (๐คน juggler, ๐ญ drama, ๐ช circus, ๐จ artist, ๐ฏ target - cycles every 5 shows), Random audience reactions (๐ applause 30% chance, ๐ด sleeping 70% chance for each of 3 audience members).
npx claude-code-templates@latest --setting statusline/bug-circus-statusline claude-code โ bug-circus-statusline
Content
JSON
{
"description": "Turn debugging into a circus performance! Watch performers juggle bugs while the..."
"statusLine": {
"type": "command"
"command": "bash -c 'input=$(cat); MODEL=$(echo "$input" | jq -r ".model.display_name"); DIR..."
}
}