bumblebee-status/bumblebee
Tobias Witek 928940d848 [core] Add a "scrollable" modifier for widget texts callbacks
If a module defines a callback for a widget's text, an optional
decorator "@bumblebee.output.scrollable" can be used to make the text
scrollable.

In those cases, the desired width is set to (in decreasing order of
priority):
1. whatever the widget defines as "theme.width"
2. whatever the theme defines as "width" for the module
3. whatever the commandline parameter "width" for the module is set to
4. 30 (determined by unfair dice roll)

see #27
2017-04-22 13:07:50 +02:00
..
modules Merge pull request #68 from meain/remove-unused 2017-04-21 07:21:13 +02:00
__init__.py [output] Create preliminary framework for output handling 2016-10-30 15:58:35 +01:00
config.py [config] Add logfile location parameter 2017-04-04 15:14:54 +02:00
engine.py [engine] Fix interval configuration 2017-03-16 21:04:24 +01:00
error.py [core/themes] Add theme loading 2016-12-08 09:44:05 +01:00
input.py [input] Cleaner termination logic, also, remove /tmp/bee.log 2017-02-26 09:13:44 +01:00
output.py [core] Add a "scrollable" modifier for widget texts callbacks 2017-04-22 13:07:50 +02:00
store.py [all] pylint refinements 2016-12-09 08:43:14 +01:00
theme.py [core] Add a "scrollable" modifier for widget texts callbacks 2017-04-22 13:07:50 +02:00
util.py [core] Add debugging capabilities 2017-04-02 08:31:23 +02:00