summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix instancemethod detection wrt issue #11 thx to @lathan and @bloodred, ↵Ultrabug2013-06-231-8/+6
| | | | inspired by pull request #12 by @drahier
* add information about method execution in the empty_class exampleUltrabug2013-06-231-1/+5
|
* version 0.120.12Ultrabug2013-06-191-1/+1
|
* update the readme and helpUltrabug2013-06-192-2/+3
|
* dont call private and special methods on Py3status classesUltrabug2013-06-191-7/+15
|
* handle multiple include paths parametersUltrabug2013-06-191-25/+27
|
* dont die on IOError upon suspend wrt issue #10 thx to @drahierUltrabug2013-06-191-2/+5
|
* Merge pull request #9 from shahinism/masterUltrabug2013-05-142-0/+216
|\ | | | | Add netdata.py and sysdata.py examples from @shahinism
| * Three new method added. (net_speed, traffic, ram_info)Shahin Azad2013-04-302-0/+216
|/
* version 0.110.11Ultrabug2013-04-301-1/+1
|
* Merge pull request #8 from edk141/pr-1Ultrabug2013-04-291-1/+2
|\ | | | | fix issue #8 with UserModules.clear() thanks to edk141
| * fix UserModules.clear()Ed Kellett2013-04-291-1/+2
|/ | | | | previously cleared the entire cache to {}, now only clears each value in it.
* fix i3status config reader tztime detectionUltrabug2013-04-291-1/+1
|
* fix setup for pypi, version 0.100.10Ultrabug2013-04-191-5/+7
|
* fix issue #5 thx to @drahier for reportingUltrabug2013-04-191-3/+3
|
* fix README wiki URLUltrabug2013-04-191-3/+1
|
* stupid rstUltrabug2013-04-191-2/+3
|
* update the README for rst, better MANIFESTUltrabug2013-04-192-2/+3
|
* add MANIFEST.in and switch README.rst for pypiUltrabug2013-04-192-17/+27
|
* version 0.90.9Ultrabug2013-04-171-1/+1
|
* respect positions on injected classes outputsUltrabug2013-04-171-10/+16
|
* update readme for pypi installationUltrabug2013-04-171-18/+3
|
* drop invalid classifier for pypiUltrabug2013-04-161-1/+0
|
* set default i3status colorsUltrabug2013-04-161-4/+4
|
* pingdom module dont need to be aggressive on timeout anymore, add POSITION ↵Ultrabug2013-04-161-8/+9
| | | | parameter
* glpi module dont need to be aggressive on timeout anymore, add POSITION ↵Ultrabug2013-04-161-2/+3
| | | | parameter
* enhanced self key binding pomodoro example as discussed with FandekaspUltrabug2013-04-161-98/+122
|
* Handle killing of user-written modules nicely by calling their kill method ↵Ultrabug2013-04-161-4/+11
| | | | if implemented upon exit of py3status, ignore kill methods execution when running normally
* Merge pull request #4 from Fandekasp/pomodoroUltrabug2013-04-151-0/+130
|\ | | | | Add Pomodoro module by @Fandekasp
| * handle case log file does not existsAdrien Lemaire2013-04-151-0/+3
| |
| * plugin now working with keys to start/stop/pauseAdrien Lemaire2013-04-151-35/+42
| |
| * reading log file for value. Do I really need watchdog ?Adrien Lemaire2013-04-151-1/+23
| |
| * define watchdog values to listen, and their actionAdrien Lemaire2013-04-151-4/+31
| |
| * separate code in send_notification methodAdrien Lemaire2013-04-151-23/+29
| |
| * adding new pomodoro pluginAdrien Lemaire2013-04-151-0/+65
|/
* drop useless print0.8Ultrabug2013-04-081-1/+0
|
* version 0.8, major rewriteUltrabug2013-04-081-30/+30
|
* 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 ↵Ultrabug2013-04-071-75/+158
| | | | any delay in updating the i3bar
* PEP8 identation and python3 compatible examplesUltrabug2013-04-073-98/+98
|
* adjust the readme helpUltrabug2013-04-071-2/+2
|
* major cleanup, better threading of i3status, enhanced main logic for better ↵Ultrabug2013-04-071-259/+321
| | | | responsiveness, drop useless variables, respect PEP8 identation, more PEP8 variable cleanup
* version 0.7 thanks to @Detegr0.7Ultrabug2013-04-061-2/+1
|
* add a note on the Control sectionUltrabug2013-04-061-0/+1
|
* only adjust sleep interval if i3status interval is greater than oursUltrabug2013-04-051-1/+1
|
* add Pingdom checks latency example moduleUltrabug2013-03-251-0/+49
|
* version 0.60.6Ultrabug2013-03-251-1/+1
|
* fix time transformation thx to LujeniUltrabug2013-03-251-5/+9
|
* specify default folder for user defined classesUltrabug2013-03-251-1/+1
|
* clear the user class cache when receiving SIGUSR1Ultrabug2013-03-181-0/+1
|