feat(timers): HUD widget, custom sound URL, list view
- New `timers` HUD widget consumes the existing `timer:hud-update` topic
and shows the running timer's display (or count when >1). HUD config
version bumped to 3 so the widget appears in default layouts.
- `playNotification(timer)` plays `metadata.notification.sound` as audio
when set, falling back to the synth bell. Wired into completion +
interval notifications.
- Timers home grids switched to `view-mode="list"` per spec.