Skip to content
/ pybar Public

Sway statusbar with widgets written in python using gtk-layer-shell.

Notifications You must be signed in to change notification settings

thnikk/pybar

Repository files navigation

Pybar Pybar

A statusbar for Sway with widgets.

Screenshot

Installation

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.

Releases

Manual Installation and Development

  1. Clone the repo
git clone https://github.com/thnikk/pybar
  1. cd into it
cd pybar
  1. Create the virtual environment
python3 -m venv .venv
  1. Install python dependencies in the venv
.venv/bin/pip install -r requirements.txt
  1. Run pybar
.venv/bin/python3 main.py

About

Sway statusbar with widgets written in python using gtk-layer-shell.

Resources

Stars

Watchers

Forks