Skip to content
Robin edited this page Nov 12, 2018 · 1 revision

Which Distro are you using?

Arch Linux

On Arch Linux you can simply install Waybar from the AUR.

The Package is called waybar-git.

Other

To build and install Waybar just run:

git clone https://github.com/Alexays/Waybar && cd Waybar
meson build
ninja -C build
sudo ninja -C build install

Clone this wiki locally