Bumps the card slightly (260x62 -> 300x72) with proportional font and
button-size increases so the layout breathes a bit more without losing
its dense Winamp feel. Visualizer height grows to 22px for more LED
rows; transport buttons grow to 16/20px so the play icon stays
emphasized.
Also fixes a long-standing alignment quirk in Visualizer: the bar block
was integer-sized and centered, leaving a small gutter on each side
that didn't match the edge-to-edge seek line. Now bar widths stay
integer (crisp pixels) and the leftover space is absorbed into the
inter-bar gaps, so the bars span exactly the parent width and align
with the seek line below.
Lead description now reflects the 260x62 two-row layout instead of the
old "notification-sized" copy. Color-mapping table rewritten so each
Omarchy slot points at its actual role in the redesigned widget --
accent paints the progress fill and play/pause icon (not the visualizer
bars anymore); color2 drives the visualizer's bottom LED rows for the
green-yellow-red gradient that mirrors the cliamp TUI. Also corrected a
stale "anchored to the top edge" line that predated the redesign.
Shrinks the now-playing card from 320x140 to 260x62 with a denser
two-row layout (title+time on top, artist+transport below, visualizer,
then a thin seek line). Keeps sharp 1px borders and absolute anchors so
the layout stays tight.
Also fixes drawPlay in MediaIcon: it was passing 0.92 as the triangle's
pixel height instead of scaling its width, so the play icon rendered
~1px tall whenever playback was paused. And swaps the visualizer's
bottom-band color from accent (blue) to color2 (green) to mirror the
CLI's classic Winamp green/yellow/red gradient.
A notification-sized Quickshell card centered along the bottom of
each screen, driven by cliamp's MPRIS service for transport and
position and by cliamp visstream for the live spectrum.
Renders a Winamp 2-style segmented spectrum analyzer with falling
peak caps and pristine Canvas2D transport icons. Theme is read
directly from the active Omarchy theme via FileView watching
~/.config/omarchy/current/theme/colors.toml so theme swaps apply
live. Sharp 90-degree corners throughout. Press Esc or Q to exit
the widget (click first to grant keyboard focus).