You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
box | 4 years ago | |
runtime | 2 years ago | |
.editorconfig | 4 years ago | |
.gitignore | 4 years ago | |
LICENSE.md | 6 years ago | |
README.md | 2 years ago | |
TODO.md | 2 years ago | |
bar.go | 2 years ago | |
block.go | 2 years ago | |
blocks.go | 2 years ago | |
config.go | 2 years ago | |
globals.go | 2 years ago | |
go.mod | 2 years ago | |
go.sum | 2 years ago | |
main.go | 2 years ago | |
popup.go | 2 years ago | |
popups.go | 2 years ago | |
util.go | 2 years ago | |
x.go | 2 years ago |
README.md
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