bumblebee-status/bumblebee
Tobias Witek ecbde508d2 [modules/title] Python < 3.4 compatibility
Replace textwrap.shorten() with custom implementation, since it is only
available since Python 3.4. While at it, catch i3 exceptions in order to
make unit tests (hopefully) run through.

Also, Updated README.md

see #174
2017-09-15 20:02:07 +02:00
..
modules [modules/title] Python < 3.4 compatibility 2017-09-15 20:02:07 +02:00
__init__.py [output] Create preliminary framework for output handling 2016-10-30 15:58:35 +01:00
config.py [doc] Updated README.md + small logging refactor 2017-08-20 10:59:39 +02:00
engine.py [core] Add ability to "hide" a module with all its widgets 2017-08-12 17:03:04 +02:00
error.py [core/themes] Add theme loading 2016-12-08 09:44:05 +01:00
input.py [core/input] Ignore errors during callbacks 2017-09-07 05:10:47 +02:00
output.py [core] Add ability to "hide" a module with all its widgets 2017-08-12 17:03:04 +02:00
popup.py [engine/popup] Make tkinter module optional 2017-06-16 15:36:56 +02:00
store.py [all] pylint refinements 2016-12-09 08:43:14 +01:00
theme.py using io.open, instead of open (python 2.6/2.7) 2017-05-13 17:41:43 +03:00
util.py [module/battery] Add remaining time, if available 2017-07-26 16:41:30 +02:00