this bar is documented extremely poorly.

ff x 2017-06-04 18:33:12 +02:00
parent d19d8b34df
commit 0f116dcb65
1 changed files with 13 additions and 1 deletions

14
Home.md

@ -1,3 +1,14 @@
Keep in mind, this bar is documented extremely poorly.
***
No working example is given how to display a button in the bar that does a simple thing with working colour and all. Also no one knows where to issue the "ABUTTON" command to. In a .rc file ? as a CLI parameter ? No one knows, and that is how it is supposed to be.
***
Keep in mind, lemonbar (formerly known as bar) is a lightweight bar entirely based on XCB. Therefore you may have to install some other libraries, like libxcb-xinerama0-dev. Currently we have two candidates:
- `sudo apt-get install libxcb-xinerama0-dev`
@ -10,4 +21,5 @@ git clone https://github.com/LemonBoy/bar.git
cd bar
make
sudo make install
```
```
***