Manual
The bar-out-adapters library exports a Go package for rendering blocklet output to multiple bar protocols.
This manual covers:
What this library does
github.com/spetix/bar-out-adapters/pkg/barout is a small library for building blocklet adapters that:
- select output protocol from configuration or CLI flags
- render output data to supported targets
- provide consistent render options such as label, format, and colors
The library is intended for applications that need to display a blocklet in terminals, Waybar, i3bar, or JSON-based consumers.