pub fn render(
outcome: &VendorOutcome,
snap: &Usage,
theme: &Theme,
opts: &RenderOpts,
now: DateTime<Utc>,
) -> WaybarOutputExpand description
Renderer shape matches the existing vendor adapters. snap remains local
because the shared enum does not yet have an OpenCode-Go arm.