Code Casino Statusline
Settings statusline 110
Roll the dice with your code! Persistent chip tracking with wins and losses based on random dice rolls. Watch your coding fortune rise and fall. Displays: Chip count (starts at 100, persistent across session), Two random dice (1-6 each), Dice sum calculation, Game results (🎰 WIN +10 chips on 7 or 11, 💸 LOSE -5 chips on 2 or 12, 🎲 ROLL neutral on other sums).
npx claude-code-templates@latest --setting statusline/code-casino-statusline claude-code — code-casino-statusline
Content
JSON
{
"description": "Roll the dice with your code! Persistent chip tracking with wins and losses base..."
"statusLine": {
"type": "command"
"command": "bash -c 'input=$(cat); MODEL=$(echo "$input" | jq -r ".model.display_name"); DIR..."
}
}