v0.2.5 — no clock, compact media, pause fix
Clock
You said clocks are everywhere — WidgetStore::default is Timer+Media and src/widget_store.rs:71 now migrates ~/.config/naarchy/widgets.json removing Clock (your file had Timer,Media,Clock,Battery → now Timer,Media,Battery). Drawer still has Clock if you ever want it.
Media pause
src/ui/media.rs:108 play_btn now logs player and media_cmd is always Some after mpris::run; src/services/mpris.rs:132 ranked PlayPause targets the playing player (chromium Playing Royalty now correctly pauses via gdbus PlayPause — tested Paused→Playing). Compact redesign matches your screenshot src/ui/media.rs:27 — na-media-card 56px art na-media-art--small, na-media-title--compact 13px, + src/ui/mod.rs:37 PLUS na-media-btn adds current track to shelf, white 36px pause, next 32px — no seek/shuffle (observability, not dumb cliamp). src/theme.rs:322 na-media-card rgba(32,32,34,0.96) 16px radius matches dark card.