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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
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 if...
Ultrabug
2013-04-16
1
-4
/
+11
*
drop useless print
0.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 an...
Ultrabug
2013-04-07
1
-75
/
+158
*
major cleanup, better threading of i3status, enhanced main logic for better r...
Ultrabug
2013-04-07
1
-259
/
+321
*
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
*
signal SIGUSR1 forces i3status and i3bar refresh, feature request by Michael ...
Ultrabug
2013-03-17
1
-7
/
+50
*
dont fail if i3status output comes slower than py3status message polling inte...
Ultrabug
2013-03-15
1
-5
/
+11
*
iterate over user classes in a sorted manner to allow a predictive ordering o...
Ultrabug
2013-03-15
1
-4
/
+5
[next]