https://github.com/CamilleScholtz/melonbar
A hackable bar/panel for X written in Go.
https://github.com/CamilleScholtz/melonbar
bar concurrent go lemonbar panel suckless x xorg
Last synced: 3 months ago
JSON representation
A hackable bar/panel for X written in Go.
- Host: GitHub
- URL: https://github.com/CamilleScholtz/melonbar
- Owner: CamilleScholtz
- License: gpl-3.0
- Archived: true
- Created: 2017-07-11T01:16:04.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-12-28T21:12:07.000Z (almost 5 years ago)
- Last Synced: 2024-11-25T00:33:14.435Z (11 months ago)
- Topics: bar, concurrent, go, lemonbar, panel, suckless, x, xorg
- Language: Go
- Homepage:
- Size: 1.3 MB
- Stars: 108
- Watchers: 9
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://goreportcard.com/report/github.com/onodera-punpun/melonbar)
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