Metadata-Version: 2.1
Name: swaystatus
Version: 0.2.1
Summary: Generates a status line for swaybar
Home-page: https://gitlab.com/jmcantrell/swaystatus
Author: Jeremy Cantrell
Author-email: jmcantrell@gmail.com
License: GPL
Keywords: sway,wm,status
Platform: linux
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: testing
License-File: LICENSE.md

# swaystatus

Generates a status line for swaybar.

## Installation

### Python

Install as a python package:

```sh
pip install swaystatus
```

### Repository

To install in the default location (`/usr/local`):

```sh
sudo ./scripts/install
```

To install in a different location:

```sh
PREFIX=/usr sudo ./scripts/install
```

## Testing

To run the included tests:

```sh
./scripts/test
```

[swaybar-protocol]: https://man.archlinux.org/man/swaybar-protocol.7


