fork of melonbar that aims to suck less, have actually useful features, and maybe even be usable.
Go to file
kayos ad688eeca1 initial work - making config file 2021-05-04 07:54:44 -07:00
box Little improvements 2019-01-15 21:05:07 +01:00
runtime initial work - making config file 2021-05-04 07:48:55 -07:00
.editorconfig Add editorconfig 2018-12-24 22:33:41 +01:00
.gitignore Implement popups, better error checking, use packr 2018-12-28 00:00:30 +01:00
LICENSE.md Initial commit 2017-07-11 03:17:27 +02:00
README.md initial work - making config file 2021-05-04 07:48:49 -07:00
TODO.md initial work - making config file 2021-05-04 07:48:49 -07:00
bar.go initial work - making config file 2021-05-04 07:48:49 -07:00
block.go initial work - making config file 2021-05-04 07:48:49 -07:00
blocks.go initial work - making config file 2021-05-04 07:48:49 -07:00
config.go initial work - making config file 2021-05-04 07:48:55 -07:00
globals.go initial work - making config file 2021-05-04 07:48:55 -07:00
go.mod initial work - making config file 2021-05-04 07:54:44 -07:00
go.sum initial work - making config file 2021-05-04 07:54:44 -07:00
main.go initial work - making config file 2021-05-04 07:48:49 -07:00
popup.go initial work - making config file 2021-05-04 07:48:49 -07:00
popups.go initial work - making config file 2021-05-04 07:48:49 -07:00
util.go initial work - making config file 2021-05-04 07:48:49 -07:00
x.go initial work - making config file 2021-05-04 07:48:49 -07:00

Go Report Card

melonbar - A concurrent, hackable bar/panel for X written in Go.

INSTALLATION

go get github.com/onodera-punpun/melonbar

USAGE

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.

AUTHORS

Camille Scholtz