Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Configuration

NBonaparte edited this page Feb 3, 2017 · 1 revision

Yabar searches for a config file at ~/.config/yabar/yabar.conf by default. Alternatively, you can specify a config file by invoking the -c flag: yabar -c [CONFIG_FILE]. The config file should like something like this:

bar-list: ["bar1", "bar2", ...];

bar1: {
    //bar-specific options//
    block-list: ["block1", "block2", ...];
    block1: {
        //block-specific options//
    }
    block2: {
        //block-specific options//
    }
}

A bar or a block can be named to whatever name (preferably a short and meaningful name). Only names that are included in the "bar-list" and "block-list" entries will be drawn on the screen.

Terminology

A Yabar session contains one or more bars within the same session. Each bar should contain one or more blocks. Each block displays some useful info to the user (free memory, CPU temperature, etc...).

Overview of bar-specific options

Overview of block-specfic options

Available internal blocks

Clone this wiki locally