/yuzubar

Primary LanguageShellGNU General Public License v3.0GPL-3.0

Yuzubar - the YAML-based status bar

Themes using yuzubar Themes using yuzubar

Dependencies

Yuzubar currently depends on Lemonbar and Linkt; I'm working to merge Lemonbar into Yambar itself.

  1. 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
  1. Linkt - Developed by myself :), it contains most of the core functionalities.
git clone https://github.com/quandangv/linkt
cd linkt
./build.sh -AP /usr

Install

After installing the dependencies, execute these command to install yuzubar:

make
make install

Examples

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.

Usage

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