Custom GIF Spinner for Claude Code via COLR Font Conversion

✍️ OpenClawRadar📅 Published: March 22, 2026🔗 Source
Custom GIF Spinner for Claude Code via COLR Font Conversion
Ad

A developer has published a method to replace Claude Code's default spinner animation with any custom animated GIF. The technique involves converting the GIF into an OpenType COLR color font where each frame of the animation becomes a glyph, then patching Claude Code's spinner to cycle through these glyphs. The terminal renders the result as pixel art.

Key Details

The project supports any GIF file as input, with the "party parrot" GIF included by default. The current release is Windows-ready, with macOS and Linux versions described as "coming soon." The repository is available at https://github.com/Arystos/claude-parrot.

The developer spent "a couple of days" figuring out the implementation. The default Claude Code spinner uses the characters "· ✢ * ✶" in a cycling animation.

This type of customization is useful for developers who want to personalize their coding environment or add visual flair to terminal-based tools.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

Code Decisions: Open Source Claude Plugin Captures Technical Decisions
Tools

Code Decisions: Open Source Claude Plugin Captures Technical Decisions

Code Decisions is an open source Claude Code plugin that captures technical decisions from conversations and surfaces them when affected files are edited. It writes decisions as markdown files to .claude/decisions/ with an affects field pointing to governed files.

OpenClawRadar
Claude Code vs. Codex: Real-World Build Test – 36 Files vs. 28, Infinite Loop, and $0.46 Cost Difference
Tools

Claude Code vs. Codex: Real-World Build Test – 36 Files vs. 28, Infinite Loop, and $0.46 Cost Difference

A developer pits Claude Code against Cursor's Codex on two real tasks: a PR triage bot and a WebSocket code review UI. Claude built 36 files in 12 minutes with zero TypeScript errors; Codex produced a working UI but hit an infinite React loop. Cost difference: ~$0.46.

OpenClawRadar
Comparison of 8 AI Coding Models on Real-World TypeScript Feature Implementation
Tools

Comparison of 8 AI Coding Models on Real-World TypeScript Feature Implementation

A developer tested 8 AI coding models on implementing a /rename command in an open-source TypeScript Telegram bot project, evaluating them on cost, execution time, correctness, and technical quality. GPT-5.4 scored highest on implementation correctness while GLM 5 offered the best cost-performance ratio.

OpenClawRadar
OpenSwarm: Multi-Agent Claude CLI Orchestrator for Linear and GitHub
Tools

OpenSwarm: Multi-Agent Claude CLI Orchestrator for Linear and GitHub

OpenSwarm orchestrates multiple Claude Code CLI instances as autonomous agents that pull Linear issues and run Worker/Reviewer/Test/Documenter pipelines. It uses LanceDB with multilingual-e5 embeddings for memory and includes Discord bot control, PR auto-improvement, and a web dashboard.

OpenClawRadar