What's wrong with this entry?
Anonymous. No account, no email.
What
A new configuration option to re-run status line commands at a regular interval, in addition to event-driven updates.
Usage
{
"statusLine": {
"refreshInterval": 30
}
}Details
- Value is in seconds (minimum: 1)
- Useful for status line commands that show time-varying data (e.g., build status, clock)
Evidence
Schema definition refreshInterval: y.number().min(1).optional() (search for "Re-run the status line command every N seconds")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.