melonbar - A concurrent, hackable bar/panel for X written in Go.
go get github.com/onodera-punpun/melonbar
The idea is that this bar is very "simple" to configure by just modifying the source code, à la suckless.
Users can configure the position, width, height and font of the bar in
main.go
. A bar consist of various blocks that display info, these blocks are
definded in blocks.go
.
Camille Scholtz