An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

[![Go Report Card](https://goreportcard.com/badge/github.com/onodera-punpun/melonbar)](https://goreportcard.com/report/github.com/onodera-punpun/melonbar)

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

![](https:/camille.sh/LGxO.png)

## 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