The Barista Logo

barista

An i3status alternative in golang

Download sample-bar Download i3status example View on GitHub

group/Following

godoc
import "barista.run/group/following"

Create a group that shows the most recently updated module: grp := following.Group(...).

Avoid using modules that refresn at a fixed interval, they may refresh at the same time. Instead, this is most useful for async modules, e.g. media player or window title.

Example

b
c
a

A simple example of a following group that shows the most recently updated module.

grp := following.Group(a, b, c)
barista.Run(grp)