pub fn render_disk_bar(disk: &PhysicalDisk, width: usize, color: bool) -> StringExpand description
Render the proportional bar plus legend for one disk. width is the bar’s
inner column count; color selects ANSI-coloured solid blocks (TTY) versus
ASCII glyphs (pipe-safe). The disk’s largest partition is drawn in the
primary palette colour.