Metadata-Version: 2.4
Name: swaystatus
Version: 0.11.0
Summary: Generate a status line for swaybar
Keywords: sway,wm,status
Author: Jeremy Cantrell
Author-email: Jeremy Cantrell <jmcantrell@gmail.com>
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Desktop Environment :: Window Managers
Classifier: Topic :: Desktop Environment
Classifier: Typing :: Typed
Requires-Python: >=3.12
Project-URL: Bug Tracker, https://todo.sr.ht/~jmcantrell/swaystatus
Project-URL: Homepage, https://sr.ht/~jmcantrell/swaystatus/
Project-URL: Repository, https://git.sr.ht/~jmcantrell/swaystatus
Description-Content-Type: text/markdown

# swaystatus

Generate a status line for [swaybar][swaybar-protocol].

## Installation

### Python

Install as a python package:

    pip install swaystatus

### Arch User Repository (AUR)

There are two packages available for Arch Linux, available via the AUR:

- [swaystatus][pkg-aur] (stable, based on the latest tag)
- [swaystatus-git][pkg-aur-git] (unstable, based on the latest commit)

## Usage

To see documentation for the python package:

    pydoc swaystatus

To see documentation for the command line interface:

    swaystatus --help

See [sway-bar(5)][sway-bar] for details on setting `status_command`.

See [swaybar-protocol(7)][swaybar-protocol] for a definition of the status bar protocol.

[pkg-aur]: https://aur.archlinux.org/packages/swaystatus/
[pkg-aur-git]: https://aur.archlinux.org/packages/swaystatus-git/
[sway-bar]: https://man.archlinux.org/man/extra/sway/sway-bar.5.en
[swaybar-protocol]: https://man.archlinux.org/man/swaybar-protocol.7
