v0.2.0
printbar 0.2.0 — Plain tooltip by default, opt-in framed mode
The tooltip now renders plain (no border) by default, so it looks correct in any Waybar font — no specific font required. The framed "card" is now opt-in via frame = true under [printer.<name>.tooltip].
Changed
- Default is plain: drops the box and renders in your bar font. Nothing is aligned to a right border, so a non–Nerd Font can never misalign it.
frame = true(new, under[printer.<name>.tooltip]): draws the bordered card and pinsJetBrainsMono Nerd Font Monoso the box and rows stay aligned regardless of your bar font. Install a Nerd Font Mono (e.g.ttf-jetbrains-mono-nerd) for it.
Upgrade note
Existing setups lose the tooltip box on upgrade. Set frame = true under [printer.<name>.tooltip] to bring it back.