summaryrefslogtreecommitdiffstats
path: root/py3status/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* dont fail if i3status output comes slower than py3status message polling ↵Ultrabug2013-03-151-5/+11
| | | | interval
* iterate over user classes in a sorted manner to allow a predictive ordering ↵Ultrabug2013-03-151-4/+5
| | | | of outputs
* python3 compatibility inspired by waaaaargh (Johannes Firlefanz)0.3Ultrabug2013-03-111-19/+31
|
* fix delta variable declaration0.2Ultrabug2013-03-071-0/+1
|
* handle user-methods exceptions nicelyUltrabug2013-03-051-2/+6
|
* drop useless run_watch transformation, use i3status.conf format parameter ↵Ultrabug2013-03-051-3/+0
| | | | instead
* user Py3status classes get the i3status_config as argument so they can use ↵Ultrabug2013-02-261-1/+1
| | | | i3status parameters such as user-defined colors
* move to a proper setuptools installation, update the docUltrabug2013-02-231-0/+283