commit fd259101b9dec1bdb299c042a22988009554cede Author: wbeyda Date: Thu Mar 10 14:19:54 2016 -0700 Initial Home page diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..fac5cc7 --- /dev/null +++ b/Home.md @@ -0,0 +1,11 @@ +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 +sudo apt-get install libxcb-randr0-dev +Here the full list of steps using git clone … + +cd +git clone https://github.com/LemonBoy/bar.git +cd bar +make +sudo make install \ No newline at end of file