summaryrefslogtreecommitdiffstats
path: root/py3status/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* drop useless print0.8Ultrabug2013-04-081-1/+0
* handle SIGUSR1 for new threaded modules execution, drop useless globalsUltrabug2013-04-081-4/+9
* load user defined modules from a separate thread so that they cannot cause an...Ultrabug2013-04-071-75/+158
* major cleanup, better threading of i3status, enhanced main logic for better r...Ultrabug2013-04-071-259/+321
* only adjust sleep interval if i3status interval is greater than oursUltrabug2013-04-051-1/+1
* fix time transformation thx to LujeniUltrabug2013-03-251-5/+9
* clear the user class cache when receiving SIGUSR1Ultrabug2013-03-181-0/+1
* signal SIGUSR1 forces i3status and i3bar refresh, feature request by Michael ...Ultrabug2013-03-171-7/+50
* dont fail if i3status output comes slower than py3status message polling inte...Ultrabug2013-03-151-5/+11
* iterate over user classes in a sorted manner to allow a predictive ordering o...Ultrabug2013-03-151-4/+5
* 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 ins...Ultrabug2013-03-051-3/+0
* user Py3status classes get the i3status_config as argument so they can use i3...Ultrabug2013-02-261-1/+1
* move to a proper setuptools installation, update the docUltrabug2013-02-231-0/+283