Yuzubar currently depends on Lemonbar and Linkt; I'm working to merge Lemonbar into Yambar itself.
- Lemonbar - It's recommended to install the xft-supported version of lemonbar.
git clone https://gitlab.com/protesilaos/lemonbar-xft
cd lemonbar-xft
make
make install
- Linkt - Developed by myself :), it contains most of the core functionalities.
git clone https://github.com/quandangv/linkt
cd linkt
./build.sh -AP /usr
After installing the dependencies, execute these command to install yuzubar:
make
make install
To launch an example bar, simply run make full
. To launch a simple, easy-to-understand bar, run make simple
. The commands used to start the bar in these examples will be printed out by make.
Instructions for the command-line tool can be found in the command-line-help. For instructions on the syntax of .yzb files, refer to the Linkt repo