| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | version 1.51.5 | Ultrabug | 2014-05-03 | 2 | -1/+7 |
| | | |||||
| * | add --version parameter wrt issue #29 | Ultrabug | 2014-05-03 | 2 | -0/+22 |
| | | |||||
| * | add some explanation bits | Ultrabug | 2014-05-03 | 1 | -2/+2 |
| | | |||||
| * | fix formatting of code blocks | Ultrabug | 2014-05-03 | 1 | -0/+2 |
| | | |||||
| * | fix formatting of code blocks | Ultrabug | 2014-05-03 | 1 | -8/+8 |
| | | |||||
| * | fix formatting back to RST | Ultrabug | 2014-05-03 | 1 | -18/+27 |
| | | |||||
| * | switch back to RST for the README wrt pypi | Ultrabug | 2014-05-03 | 1 | -1/+1 |
| | | |||||
| * | include modules, changelog and license to sources on pypi | Ultrabug | 2014-05-03 | 1 | -1/+1 |
| | | |||||
| * | switch back to RST for the README wrt pypi | Ultrabug | 2014-05-03 | 1 | -0/+0 |
| | | |||||
| * | rename examples folder to the modules and prepare for installation | Ultrabug | 2014-05-03 | 13 | -1/+1 |
| | | |||||
| * | version 1.41.4 | Ultrabug | 2014-04-16 | 2 | -2/+12 |
| | | |||||
| * | Update README.md | Ultrabug | 2014-04-16 | 1 | -3/+6 |
| | | |||||
| * | fix formatting to markdown | Ultrabug | 2014-04-16 | 1 | -25/+17 |
| | | |||||
| * | move README to markdown, change ordering | Ultrabug | 2014-04-16 | 1 | -10/+10 |
| | | |||||
| * | 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 |
| | | |||||
| * | Merge pull request #25 from nawadanp/master | Ultrabug | 2014-03-09 | 1 | -0/+57 |
| |\ | | | | | new module ns_checker.py thx to @nawadanp | ||||
| | * | Add new module ns_checker.py | nawadanp | 2014-03-09 | 1 | -0/+57 |
| |/ | |||||
| * | update the README with the new options from --help | Ultrabug | 2014-02-23 | 1 | -0/+1 |
| | | |||||
| * | version 1.31.3 | Ultrabug | 2014-02-23 | 2 | -1/+8 |
| | | |||||
| * | 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 |
| | | |||||
| * | version 1.21.2 | Ultrabug | 2014-01-12 | 2 | -1/+11 |
| | | |||||
| * | drop non ASCII chars from example | Ultrabug | 2014-01-12 | 0 | -0/+0 |
| |\ | |||||
| | * | new module dpms.py allowing activation and deactivation of DPMS thx to ↵ | Ultrabug | 2014-01-12 | 1 | -0/+44 |
| | | | | | | | | | André Doser | ||||
| * | | new module dpms.py allowing activation and deactivation of DPMS thx to ↵ | Ultrabug | 2014-01-12 | 1 | -0/+44 |
| |/ | | | | André Doser | ||||
| * | 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 |
| | | |||||
| * | Merge pull request #21 from patrickshan/master | Ultrabug | 2013-12-30 | 1 | -2/+55 |
| |\ | | | | | add cpu usage info to sysdata script thx to @patrickshan | ||||
| | * | * make cpu status cached for 10s and leave the output index to 0 | Patrick Shan | 2013-12-30 | 1 | -2/+3 |
| | | | |||||
| | * | * add cpu usage info to sysdata script | Patrick Shan | 2013-12-08 | 1 | -3/+55 |
| | | | |||||
| * | | version 1.11.1 | Ultrabug | 2013-12-15 | 2 | -1/+19 |
| | | | |||||
| * | | new generic click event handler using the special module file named ↵ | Ultrabug | 2013-12-13 | 2 | -0/+157 |
| | | | | | | | | | 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 |
| | | | |||||
| * | | drop useless modes on examples | Ultrabug | 2013-12-13 | 2 | -0/+0 |
| | | | |||||
| * | | new example whoami displaying the currently logged in user | Ultrabug | 2013-12-12 | 1 | -0/+26 |
| | | | |||||
| * | | be more concrete in the i3status.conf example | Ultrabug | 2013-12-12 | 1 | -0/+2 |
| | | | |||||
| * | | add IRC information | Ultrabug | 2013-12-12 | 1 | -0/+3 |
| | | | |||||
| * | | 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 | ||||
