A statusbar for Sway and Hyprland with widgets.
Pybar is released as an executable with pyinstaller. If you're on Arch or Ubuntu, you can just download the latest release for your distribution.
Arch users can get it from the AUR: pybar-bin
- Clone the repo
git clone https://github.com/thnikk/pybar- cd into it
cd pybar- Create the virtual environment
python3 -m venv .venv- Install python dependencies in the venv
.venv/bin/pip install -r requirements.txt- Run pybar
.venv/bin/python3 main.py