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
*
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
*
python3 compatibility inspired by waaaaargh (Johannes Firlefanz)
0.3
Ultrabug
2013-03-11
1
-19
/
+31
*
fix delta variable declaration
0.2
Ultrabug
2013-03-07
1
-0
/
+1
*
handle user-methods exceptions nicely
Ultrabug
2013-03-05
1
-2
/
+6
*
drop useless run_watch transformation, use i3status.conf format parameter ins...
Ultrabug
2013-03-05
1
-3
/
+0
*
user Py3status classes get the i3status_config as argument so they can use i3...
Ultrabug
2013-02-26
1
-1
/
+1
*
move to a proper setuptools installation, update the doc
Ultrabug
2013-02-23
1
-6
/
+33
*
user can implement his own cache timeout on his module response
Ultrabug
2013-02-22
1
-1
/
+7
*
add an integrated cache on user-class execution results
Ultrabug
2013-02-22
1
-11
/
+23
*
initial py3status.py
Ultrabug
2013-02-21
1
-0
/
+238