Installation

Please install cargo via the package manager or rustup.rs.

Dependencies

ArchLinux

pacman -Sy pango cairo libxcb pkgconf

Ubuntu/Debian

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

Other

Install the development packages for the following libraries

  • Cairo
  • Pango
  • x11-xcb

Install

cargo install oatbar

During the first launch the bar will create a default config at ~/.config/oatbar.toml that should work on most machines. Run:

oatbar

And you should see:

New setup

NetBSD

On NetBSD, a package is available from the official repositories. To install it, simply run:

pkgin install oatbar

Next

Configuration