Claude is doubling usage limits during off-peak hours through March 27, 2026. But there's no indicator in Claude Code telling you when you're in 2x mode.
This status line config fixes that. It shows peak/off-peak status with a countdown timer, right in your Claude Code terminal.
π’ OFF-PEAK (2x) β³ 3h42m left
π΄ PEAK (1x) β³ 47m until 2x
Add the statusLine block from statusline.json to the top level of your ~/.claude/settings.json (alongside permissions, hooks, etc.).
That's it. No dependencies. Uses only /bin/date and /usr/bin/python3 (ships with every Mac).
Already using ccusage? Use statusline_with_ccusage.json instead. It combines the promo tracker with your existing burn rate display.
Peak = 8 AM - 2 PM ET on weekdays. Everything else is off-peak (2x).
| Your timezone | Peak in local time | Full workday in 2x? |
|---|---|---|
| India (IST) | 5:30 PM - 11:30 PM | Yes |
| Japan (JST) | 9 PM - 3 AM | Yes |
| Australia (AEDT) | 11 PM - 5 AM | Yes |
| UK (GMT) | 12 PM - 6 PM | No (afternoon overlap) |
| US West (PDT) | 5 AM - 11 AM | No (morning overlap) |
| US East (EDT) | 8 AM - 2 PM | No (full overlap) |
If you're in Asia or Oceania, your entire workday is already 2x. You might not have noticed.
- Converts UTC to ET (hardcoded UTC-4 for EDT, which covers the full promo period)
- Weekday + 8 AM-2 PM ET = peak. Everything else = off-peak
- Shows countdown: during peak, time until off-peak. During off-peak, time until peak
- After March 27: shows "Promo ended"
Built by @karanb192