Oatbar

Latest Version Latest Build Crates.io License Libraries.io dependency status for latest release GitHub top language Crates.io

It is a standalone desktop bar that can be used with various WMs and DEs. This bar aims to become one of the most full-featured bars available.

Panel Left Panel Right

Screenshot

Installation

Pre-requisites

Please install cargo via the package manager or http://rustup.rs.

ArchLinux

```shell

pacman -Sy pango cairo libxcb pkgconf

```

Ubuntu/Debian

```shell

apt-get install -y build-essential pkg-config libcairo2-dev libpango1.0-dev libx11-xcb-dev

```

Install

shell $ cargo install oatbar

Configure

During the first launch the bar will create a default config at ~/.config/oatbar.toml that should work on most machines. The configuration format is not documented and can change at any time, but it can be reverse-engineered from src/config.rs. It will be documented when it becomes more or less stable.

Disclaimer

This is not an officially supported Google product.