terminalmage / i3pystatus

A complete replacement for i3status

Home Page:http://docs.enkore.de/i3pystatus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

i3pystatus

image

image

i3pystatus is a large collection of status modules compatible with i3bar from the i3 window manager.

License

MIT

Python

3.4+

Governance

Patches that don't break the build (Travis or docs) are generally just merged. This is a "do-it-yourself" project, so to speak.

Releases

No further releases are planned. Install it from Git.

Installation

Supported Python versions

i3pystatus requires Python 3.4 or newer and is not compatible with Python 2.x. Some modules require additional dependencies documented in the docs.

pip3 install git+https://github.com/enkore/i3pystatus.git

Documentation

All further user documentation has been moved here.

The changelog for old releases can be found here.

Contributors

A list of all contributors can be found in CONTRIBUTORS, but git likely has more up-to-date information. i3pystatus was initially written by Jan Oliver Oelerich and later ported to Python 3 and mostly rewritten by enkore.

Contribute

To contribute a module, make sure it uses one of the Module classes. Most modules use IntervalModule, which just calls a function repeatedly in a specified interval.

The output attribute should be set to a dictionary which represents your modules output, the protocol is documented here.

Developer documentation is available in the source code and here.

Patches and pull requests are very welcome :-)

About

A complete replacement for i3status

http://docs.enkore.de/i3pystatus

License:MIT License


Languages

Language:Python 99.9%Language:Shell 0.1%