bumblebee-status/doc/NOTES.md
tobi-wan-kenobi 2ab575d190 [core] do not scroll errors
to make errors easier to diagnose, do not scroll them, but instead fully
show them.

also, re-introduce the supplementary fields for the dwm bridge, kudos to
@somospocos
2020-05-01 15:34:29 +02:00

29 lines
687 B
Markdown

# Design
- core: only PSL
- pass if modules are missing
- minimize dependencies, code
- test everything
- think about pylint
# small stuff
- rethink documentation (use mostly md files)
- @parameter? (or was it @attribute?) - remove getter/setters
- use __ for private
## Backwards-compatibility
- scrolling decorator (incl. minwidth, alignment)
- bumblebee-ctrl
- default wheel handlers
## Improvements
- API documentation
- github pages
## TODO
- themes: use colors to improve theme readability
- convert some stuff to simple attributes to reduce LOCs
- bumblebee-ctrl
- theme.exclude (battery)
- help output
- configuration files
- use add_widget() instead of core.widget.Widget()