Productivity Rainbow Statusline
Settings statusline 187
A colorful celebration of your coding journey. Dynamic rainbow colors that cycle with time, energy levels based on time of day, and productivity streaks. Displays: Rainbow symbol (π), Cycling colors (π΄π π‘π’π΅π£ changes every second based on current seconds), Time-based energy (βοΈ Morning <12h, π€οΈ Afternoon 12-18h, π Evening >18h), Productivity streak (day of year modulo 100 for variety).
npx claude-code-templates@latest --setting statusline/productivity-rainbow-statusline claude-code β productivity-rainbow-statusline
Content
JSON
{
"description": "A colorful celebration of your coding journey. Dynamic rainbow colors that cycle..."
"statusLine": {
"type": "command"
"command": "bash -c 'input=$(cat); MODEL=$(echo "$input" | jq -r ".model.display_name"); DIR..."
}
}