| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | handle loading and running of i3status.conf configured py3status modules | Ultrabug | 2014-11-23 | 1 | -7/+60 |
| | | |||||
| * | generate and use a temporary i3status config on the fly so that we can now ↵ | Ultrabug | 2014-11-23 | 1 | -52/+77 |
| | | | | | extend it with our own modules without breaking i3status | ||||
| * | implement full i3status.conf parsing wrt issue #44 | Ultrabug | 2014-11-23 | 1 | -54/+86 |
| | | |||||
| * | minor coding style wrt issue #38 | Ultrabug | 2014-07-24 | 1 | -2/+2 |
| | | |||||
| * | Variable renamed, home -> home_path | Frank Haun | 2014-07-02 | 1 | -2/+2 |
| | | |||||
| * | __init__.py: Fix include_paths default. | Frank Haun | 2014-07-01 | 1 | -2/+5 |
| | | |||||
| * | add --version parameter wrt issue #29 | Ultrabug | 2014-05-03 | 1 | -0/+21 |
| | | |||||
| * | make ordering debug logs less spammy | Ultrabug | 2014-04-15 | 1 | -12/+25 |
| | | |||||
| * | new ordering mechanism with verbose logging. fixes rare cases where the ↵ | Ultrabug | 2014-04-14 | 1 | -6/+54 |
| | | | | | modules methods were not always loaded in the same order and caused inconsistent ordering between reloads. thx to @guiniol for reporting. | ||||
| * | debug: dont catch print() on debug mode | Ultrabug | 2014-04-14 | 1 | -2/+3 |
| | | |||||
| * | debug: add position requested by modules | Ultrabug | 2014-04-14 | 1 | -1/+2 |
| | | |||||
| * | new standalone mode allowing to bypass i3status when you need a ↵ | Ultrabug | 2014-02-23 | 1 | -34/+70 |
| | | | | | py3status-modules-only i3bar | ||||
| * | debug mode add log info about py3status invocation config | Ultrabug | 2014-02-23 | 1 | -0/+7 |
| | | |||||
| * | pep8 cosmetics | Ultrabug | 2014-02-23 | 1 | -1/+1 |
| | | |||||
| * | python3 compatibility code wrt issue #24 | Ultrabug | 2014-02-20 | 1 | -0/+5 |
| | | |||||
| * | make sure i3status_time encoding is UTF-8 wrt issue #24 | Ultrabug | 2014-02-20 | 1 | -1/+1 |
| | | |||||
| * | order i3status output updates to prevent it from overwritting any ↵ | Ultrabug | 2014-01-10 | 1 | -6/+22 |
| | | | | | modification made on i3status json list by a user module, this avoids a possible user filter flapping on i3status modules | ||||
| * | fix delay on first execution of each module which could be equal to ↵ | Ultrabug | 2014-01-08 | 1 | -3/+3 |
| | | | | | py3status interval time before being executed | ||||
| * | the real i3status thread output json list is passed to all modules as the ↵ | Ultrabug | 2014-01-06 | 1 | -13/+12 |
| | | | | | i3status_output_json parameter, this allows any user module to change any of the i3status output by simply altering the given json on the list, inspired thx to @drestebon on issue #23 | ||||
| * | add validation for the position parameter | Ultrabug | 2014-01-05 | 1 | -0/+3 |
| | | |||||
| * | new generic click event handler using the special module file named ↵ | Ultrabug | 2013-12-13 | 1 | -0/+30 |
| | | | | | i3bar_click_events.py which will be forwarded any orphan click event for action. this allows you to take action on clicks made on your i3status modules. | ||||
| * | add the filename as the module_name property to the Module class | Ultrabug | 2013-12-13 | 1 | -1/+2 |
| | | |||||
| * | redirect stdout and stderr to null to suppress modules outputs | Ultrabug | 2013-12-09 | 1 | -0/+4 |
| | | |||||
| * | use base stdout for the output on i3bar | Ultrabug | 2013-12-09 | 1 | -2/+2 |
| | | |||||
| * | fix first event opening line wrt issue #19 thx to @lathan | Ultrabug | 2013-12-01 | 1 | -1/+4 |
| | | |||||
| * | fix delay on py3status start waiting for i3status, this caused a useless ↵ | Ultrabug | 2013-11-12 | 1 | -1/+7 |
| | | | | | first refresh delay of py3status of i3status interval seconds, thx to @Edholm on issue #18 | ||||
| * | fix i3status time adjustment when format does not contain the necessary ↵ | Ultrabug | 2013-11-12 | 1 | -7/+16 |
| | | | | | items to get an exact datetime wrt issue #18 | ||||
| * | fix respect user's locale for time transformation, thx to @Edholm on issue #18 | Ultrabug | 2013-11-11 | 1 | -0/+3 |
| | | |||||
| * | Float update-time option | Tom Hunt | 2013-09-24 | 1 | -1/+1 |
| | | |||||
| * | rewritten py3status | Ultrabug | 2013-08-30 | 1 | -413/+648 |
| | | |||||
| * | dont die on unquoted i3status.conf parameter value, thx to @pfsmorigo | Ultrabug | 2013-07-15 | 1 | -1/+4 |
| | | |||||
| * | refactoring with the PEP8 convention | Lujeni | 2013-07-05 | 1 | -39/+57 |
| | | |||||
| * | fix instancemethod detection wrt issue #11 thx to @lathan and @bloodred, ↵ | Ultrabug | 2013-06-23 | 1 | -8/+6 |
| | | | | | inspired by pull request #12 by @drahier | ||||
| * | update the readme and help | Ultrabug | 2013-06-19 | 1 | -1/+2 |
| | | |||||
| * | dont call private and special methods on Py3status classes | Ultrabug | 2013-06-19 | 1 | -7/+15 |
| | | |||||
| * | handle multiple include paths parameters | Ultrabug | 2013-06-19 | 1 | -25/+27 |
| | | |||||
| * | dont die on IOError upon suspend wrt issue #10 thx to @drahier | Ultrabug | 2013-06-19 | 1 | -2/+5 |
| | | |||||
| * | fix UserModules.clear() | Ed Kellett | 2013-04-29 | 1 | -1/+2 |
| | | | | | | previously cleared the entire cache to {}, now only clears each value in it. | ||||
| * | fix i3status config reader tztime detection | Ultrabug | 2013-04-29 | 1 | -1/+1 |
| | | |||||
| * | fix issue #5 thx to @drahier for reporting | Ultrabug | 2013-04-19 | 1 | -3/+3 |
| | | |||||
| * | respect positions on injected classes outputs | Ultrabug | 2013-04-17 | 1 | -10/+16 |
| | | |||||
| * | set default i3status colors | Ultrabug | 2013-04-16 | 1 | -4/+4 |
| | | |||||
| * | Handle killing of user-written modules nicely by calling their kill method ↵ | Ultrabug | 2013-04-16 | 1 | -4/+11 |
| | | | | | if implemented upon exit of py3status, ignore kill methods execution when running normally | ||||
| * | drop useless print0.8 | Ultrabug | 2013-04-08 | 1 | -1/+0 |
| | | |||||
| * | 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 ↵ | Ultrabug | 2013-04-07 | 1 | -75/+158 |
| | | | | | any delay in updating the i3bar | ||||
| * | major cleanup, better threading of i3status, enhanced main logic for better ↵ | Ultrabug | 2013-04-07 | 1 | -259/+321 |
| | | | | | responsiveness, drop useless variables, respect PEP8 identation, more PEP8 variable cleanup | ||||
| * | only adjust sleep interval if i3status interval is greater than ours | Ultrabug | 2013-04-05 | 1 | -1/+1 |
| | | |||||
| * | fix time transformation thx to Lujeni | Ultrabug | 2013-03-25 | 1 | -5/+9 |
| | | |||||
| * | clear the user class cache when receiving SIGUSR1 | Ultrabug | 2013-03-18 | 1 | -0/+1 |
| | | |||||
