From 0f116dcb650f672c7c8a520151fa909da44cdfb9 Mon Sep 17 00:00:00 2001 From: ff x Date: Sun, 4 Jun 2017 18:33:12 +0200 Subject: [PATCH] this bar is documented extremely poorly. --- Home.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 44dd9e7..3c3d3c0 100644 --- a/Home.md +++ b/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 -``` \ No newline at end of file +``` +***