index
:
py3status.git
master
py3status is an extensible i3status wrapper written in python
Git Server
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
py3status
/
__init__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
enhance parsing of modules and section names and parameters value
Ultrabug
2014-12-28
1
-14
/
+32
*
implement an i3status module name and instance guesser in the event thread to...
Ultrabug
2014-12-23
1
-3
/
+50
*
make sure the i3status parser gets a clean module name and instance even if t...
Ultrabug
2014-12-22
1
-10
/
+28
*
python3 compatibility code for i3status tmp config generation
Ultrabug
2014-12-21
1
-5
/
+21
*
backport code for issue #43
Ultrabug
2014-12-21
1
-5
/
+37
*
make i3-nagbar messages non blocking to py3status
Ultrabug
2014-12-21
1
-1
/
+1
*
add handling of a special on_click parameter in i3status.conf allowing to sen...
Ultrabug
2014-12-04
1
-11
/
+107
*
fix module loading priority, user provided modules win
Ultrabug
2014-12-04
1
-9
/
+20
*
implement the new i3status configured order py3status output
Ultrabug
2014-11-30
1
-10
/
+40
*
handle new module style dict only response and allow multiple instances of a ...
Ultrabug
2014-11-29
1
-8
/
+21
*
ensure i3status config parsed values are not evaluated as exotic objects types
Ultrabug
2014-11-28
1
-1
/
+7
*
apply module configuration from i3status parsed config
Ultrabug
2014-11-28
1
-0
/
+7
*
detect and load internal and external configured modules properly
Ultrabug
2014-11-24
1
-16
/
+28
*
detect i3status.conf active and configured modules using the order parameter
Ultrabug
2014-11-24
1
-7
/
+10
*
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 ex...
Ultrabug
2014-11-23
1
-52
/
+77
*
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 modul...
Ultrabug
2014-04-14
1
-6
/
+54
*
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 py3status-mod...
Ultrabug
2014-02-23
1
-34
/
+70
*
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 modificatio...
Ultrabug
2014-01-10
1
-6
/
+22
*
fix delay on first execution of each module which could be equal to py3status...
Ultrabug
2014-01-08
1
-3
/
+3
*
the real i3status thread output json list is passed to all modules as the i3s...
Ultrabug
2014-01-06
1
-13
/
+12
*
add validation for the position parameter
Ultrabug
2014-01-05
1
-0
/
+3
*
new generic click event handler using the special module file named i3bar_cli...
Ultrabug
2013-12-13
1
-0
/
+30
*
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 firs...
Ultrabug
2013-11-12
1
-1
/
+7
*
fix i3status time adjustment when format does not contain the necessary items...
Ultrabug
2013-11-12
1
-7
/
+16
*
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, insp...
Ultrabug
2013-06-23
1
-8
/
+6
*
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
[next]