gacekjk / i3pystatus

A complete replacement for i3status

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

i3pystatus

http://golem.enkore.de/job/i3pystatus-dev/badge/icon https://travis-ci.org/enkore/i3pystatus.svg?branch=master

i3pystatus is a (hopefully growing) collection of python scripts for status output compatible to i3status / i3bar of the i3 window manager.

Installation

Note

Supported Python versions

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

From PyPI package i3pystatus

pip install i3pystatus

Packages for your OS

Documentation

All further user documentation has been moved here.

Changelog

Located here.

Contributors

  • aaron-lebo
  • Alastair Houghton
  • Alexis Lahouze
  • Alex Timmermann
  • Andrés Martano
  • Argish42
  • Armin Fisslthaler
  • Arvedui
  • Baptiste Grenier
  • bparmentier
  • Cezary Biele
  • cganas
  • Christopher Ganas
  • Chris Wood
  • David Foucher
  • David Garcia Quintas
  • dubwoc
  • eBrnd
  • enkore (current maintainer)
  • facetoe
  • Frank Tackitt
  • gacekjk
  • Goran Mekić
  • Gordon Schulz
  • Hugo Osvaldo Barrera
  • Iliyas Jorio
  • Jan Oliver Oelerich (former maintainer)
  • Jason Hite
  • Joaquin Ignacio Barotto
  • Jörg Thalheim
  • Josef Gajdusek
  • Júlio Rieger Lucchese
  • Kenneth Lyons
  • krypt-n
  • Lukáš Mandák
  • Łukasz Jędrzejewski
  • Matthias Pronk
  • Matthieu Coudron
  • Matus Telgarsky
  • Michael Schmidt
  • Mikael Knutsson
  • Naglis Jonaitis
  • Pandada8
  • philipdexter
  • Philip Dexter
  • Sergei Turukin
  • siikamiika
  • Simon
  • Simon Legner
  • Stéphane Brunner
  • Talwrii
  • theswitch
  • tomasm
  • Tom X. Tobin
  • tyjak
  • Tyjak
  • Zack Gold

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.

To update this readme run python -m i3pystatus.mkdocs in the repository root and you're done :)

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.7%Language:Shell 0.3%