Skip to content

v0.2.0

Choose a tag to compare

@mryll mryll released this 09 Jun 16:11
· 1 commit to master since this release

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 pins JetBrainsMono Nerd Font Mono so 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.