| Commit message (Expand) | Author | Age | Files | Lines |
| * | version 0.90.9 | Ultrabug | 2013-04-17 | 1 | -1/+1 |
| * | respect positions on injected classes outputs | Ultrabug | 2013-04-17 | 1 | -10/+16 |
| * | update readme for pypi installation | Ultrabug | 2013-04-17 | 1 | -18/+3 |
| * | drop invalid classifier for pypi | Ultrabug | 2013-04-16 | 1 | -1/+0 |
| * | set default i3status colors | Ultrabug | 2013-04-16 | 1 | -4/+4 |
| * | pingdom module dont need to be aggressive on timeout anymore, add POSITION pa... | Ultrabug | 2013-04-16 | 1 | -8/+9 |
| * | glpi module dont need to be aggressive on timeout anymore, add POSITION param... | Ultrabug | 2013-04-16 | 1 | -2/+3 |
| * | enhanced self key binding pomodoro example as discussed with Fandekasp | Ultrabug | 2013-04-16 | 1 | -98/+122 |
| * | Handle killing of user-written modules nicely by calling their kill method if... | Ultrabug | 2013-04-16 | 1 | -4/+11 |
| * | Merge pull request #4 from Fandekasp/pomodoro | Ultrabug | 2013-04-15 | 1 | -0/+130 |
| |\ |
|
| | * | handle case log file does not exists | Adrien Lemaire | 2013-04-15 | 1 | -0/+3 |
| | * | plugin now working with keys to start/stop/pause | Adrien Lemaire | 2013-04-15 | 1 | -35/+42 |
| | * | reading log file for value. Do I really need watchdog ? | Adrien Lemaire | 2013-04-15 | 1 | -1/+23 |
| | * | define watchdog values to listen, and their action | Adrien Lemaire | 2013-04-15 | 1 | -4/+31 |
| | * | separate code in send_notification method | Adrien Lemaire | 2013-04-15 | 1 | -23/+29 |
| | * | adding new pomodoro plugin | Adrien Lemaire | 2013-04-15 | 1 | -0/+65 |
| |/ |
|
| * | drop useless print0.8 | Ultrabug | 2013-04-08 | 1 | -1/+0 |
| * | version 0.8, major rewrite | Ultrabug | 2013-04-08 | 1 | -30/+30 |
| * | handle SIGUSR1 for new threaded modules execution, drop useless globals | Ultrabug | 2013-04-08 | 1 | -4/+9 |
| * | load user defined modules from a separate thread so that they cannot cause an... | Ultrabug | 2013-04-07 | 1 | -75/+158 |
| * | PEP8 identation and python3 compatible examples | Ultrabug | 2013-04-07 | 3 | -98/+98 |
| * | adjust the readme help | Ultrabug | 2013-04-07 | 1 | -2/+2 |
| * | major cleanup, better threading of i3status, enhanced main logic for better r... | Ultrabug | 2013-04-07 | 1 | -259/+321 |
| * | version 0.7 thanks to @Detegr0.7 | Ultrabug | 2013-04-06 | 1 | -2/+1 |
| * | add a note on the Control section | Ultrabug | 2013-04-06 | 1 | -0/+1 |
| * | only adjust sleep interval if i3status interval is greater than ours | Ultrabug | 2013-04-05 | 1 | -1/+1 |
| * | add Pingdom checks latency example module | Ultrabug | 2013-03-25 | 1 | -0/+49 |
| * | version 0.60.6 | Ultrabug | 2013-03-25 | 1 | -1/+1 |
| * | fix time transformation thx to Lujeni | Ultrabug | 2013-03-25 | 1 | -5/+9 |
| * | specify default folder for user defined classes | Ultrabug | 2013-03-25 | 1 | -1/+1 |
| * | clear the user class cache when receiving SIGUSR1 | Ultrabug | 2013-03-18 | 1 | -0/+1 |
| * | version 0.50.5 | Ultrabug | 2013-03-17 | 1 | -1/+1 |
| * | add the Control section, cleanup install instructions | Ultrabug | 2013-03-17 | 1 | -3/+8 |
| * | signal SIGUSR1 forces i3status and i3bar refresh, feature request by Michael ... | Ultrabug | 2013-03-17 | 1 | -7/+50 |
| * | version 0.40.4 | Ultrabug | 2013-03-15 | 1 | -1/+1 |
| * | dont fail if i3status output comes slower than py3status message polling inte... | Ultrabug | 2013-03-15 | 1 | -5/+11 |
| * | iterate over user classes in a sorted manner to allow a predictive ordering o... | Ultrabug | 2013-03-15 | 1 | -4/+5 |
| * | add Arch installation URL on the README thx to waaaaargh | Ultrabug | 2013-03-15 | 1 | -0/+5 |
| * | python3 compatibility inspired by waaaaargh (Johannes Firlefanz)0.3 | Ultrabug | 2013-03-11 | 2 | -20/+35 |
| * | add GLPI open tickets counter module example | Ultrabug | 2013-03-11 | 1 | -0/+49 |
| * | fix delta variable declaration0.2 | Ultrabug | 2013-03-07 | 1 | -0/+1 |
| * | version 0.2 | Ultrabug | 2013-03-05 | 1 | -1/+1 |
| * | handle user-methods exceptions nicely | Ultrabug | 2013-03-05 | 1 | -2/+6 |
| * | drop useless run_watch transformation, use i3status.conf format parameter ins... | Ultrabug | 2013-03-05 | 1 | -3/+0 |
| * | user Py3status classes get the i3status_config as argument so they can use i3... | Ultrabug | 2013-02-26 | 2 | -2/+2 |
| * | update the install doc for Gentoo users | Ultrabug | 2013-02-23 | 1 | -1/+10 |
| * | move to a proper setuptools installation, update the doc | Ultrabug | 2013-02-23 | 5 | -27/+83 |
| * | user can implement his own cache timeout on his module response | Ultrabug | 2013-02-22 | 1 | -1/+7 |
| * | add an integrated cache on user-class execution results | Ultrabug | 2013-02-22 | 2 | -13/+26 |
| * | initial py3status.py | Ultrabug | 2013-02-21 | 1 | -0/+238 |