summaryrefslogtreecommitdiffstats
path: root/py3status/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* handle i3status volume module guessing thx to @btallUltrabug2014-12-301-0/+16
|
* fix user loaded module name detection thx to @tablet-modeUltrabug2014-12-301-1/+1
|
* fix python3 dict iterationUltrabug2014-12-281-1/+1
|
* make sure every py3status command line parameter gets a short and long flagUltrabug2014-12-281-5/+5
|
* cleaner debug logsUltrabug2014-12-281-4/+2
|
* enhance parsing of modules and section names and parameters valueUltrabug2014-12-281-14/+32
|
* implement an i3status module name and instance guesser in the event thread ↵Ultrabug2014-12-231-3/+50
| | | | to dispatch click events from i3status modules
* make sure the i3status parser gets a clean module name and instance even if ↵Ultrabug2014-12-221-10/+28
| | | | they are quoted individually
* python3 compatibility code for i3status tmp config generationUltrabug2014-12-211-5/+21
|
* backport code for issue #43Ultrabug2014-12-211-5/+37
|
* make i3-nagbar messages non blocking to py3statusUltrabug2014-12-211-1/+1
|
* add handling of a special on_click parameter in i3status.conf allowing to ↵Ultrabug2014-12-041-11/+107
| | | | send i3 messages and execute special py3status actions
* fix module loading priority, user provided modules winUltrabug2014-12-041-9/+20
|
* implement the new i3status configured order py3status outputUltrabug2014-11-301-10/+40
|
* handle new module style dict only response and allow multiple instances of a ↵Ultrabug2014-11-291-8/+21
| | | | module
* ensure i3status config parsed values are not evaluated as exotic objects typesUltrabug2014-11-281-1/+7
|
* apply module configuration from i3status parsed configUltrabug2014-11-281-0/+7
|
* detect and load internal and external configured modules properlyUltrabug2014-11-241-16/+28
|
* detect i3status.conf active and configured modules using the order parameterUltrabug2014-11-241-7/+10
|
* handle loading and running of i3status.conf configured py3status modulesUltrabug2014-11-231-7/+60
|
* generate and use a temporary i3status config on the fly so that we can now ↵Ultrabug2014-11-231-52/+77
| | | | extend it with our own modules without breaking i3status
* implement full i3status.conf parsing wrt issue #44Ultrabug2014-11-231-54/+86
|
* minor coding style wrt issue #38Ultrabug2014-07-241-2/+2
|
* Variable renamed, home -> home_pathFrank Haun2014-07-021-2/+2
|
* __init__.py: Fix include_paths default.Frank Haun2014-07-011-2/+5
|
* add --version parameter wrt issue #29Ultrabug2014-05-031-0/+21
|
* make ordering debug logs less spammyUltrabug2014-04-151-12/+25
|
* new ordering mechanism with verbose logging. fixes rare cases where the ↵Ultrabug2014-04-141-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 modeUltrabug2014-04-141-2/+3
|
* debug: add position requested by modulesUltrabug2014-04-141-1/+2
|
* new standalone mode allowing to bypass i3status when you need a ↵Ultrabug2014-02-231-34/+70
| | | | py3status-modules-only i3bar
* debug mode add log info about py3status invocation configUltrabug2014-02-231-0/+7
|
* pep8 cosmeticsUltrabug2014-02-231-1/+1
|
* python3 compatibility code wrt issue #24Ultrabug2014-02-201-0/+5
|
* make sure i3status_time encoding is UTF-8 wrt issue #24Ultrabug2014-02-201-1/+1
|
* order i3status output updates to prevent it from overwritting any ↵Ultrabug2014-01-101-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 ↵Ultrabug2014-01-081-3/+3
| | | | py3status interval time before being executed
* the real i3status thread output json list is passed to all modules as the ↵Ultrabug2014-01-061-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 parameterUltrabug2014-01-051-0/+3
|
* new generic click event handler using the special module file named ↵Ultrabug2013-12-131-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 classUltrabug2013-12-131-1/+2
|
* redirect stdout and stderr to null to suppress modules outputsUltrabug2013-12-091-0/+4
|
* use base stdout for the output on i3barUltrabug2013-12-091-2/+2
|
* fix first event opening line wrt issue #19 thx to @lathanUltrabug2013-12-011-1/+4
|
* fix delay on py3status start waiting for i3status, this caused a useless ↵Ultrabug2013-11-121-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 ↵Ultrabug2013-11-121-7/+16
| | | | items to get an exact datetime wrt issue #18
* fix respect user's locale for time transformation, thx to @Edholm on issue #18Ultrabug2013-11-111-0/+3
|
* Float update-time optionTom Hunt2013-09-241-1/+1
|
* rewritten py3statusUltrabug2013-08-301-413/+648
|
* dont die on unquoted i3status.conf parameter value, thx to @pfsmorigoUltrabug2013-07-151-1/+4
|