bumblebee-status/doc/NOTES.md
2020-04-26 10:34:25 +02:00

29 lines
733 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
- minimize modules
- tkinter / popups
- scrolling decorator (incl. minwidth, alignment)
- theme.exclude?? (battery)
- bumblebee-ctrl
- default wheel handlers
## Improvements
- allow handlers to specify whether to update or not (e.g. scroll)
- API documentation
- github pages
## TODO
- themes: use colors to improve theme readability
- themes: add theme to module c'tor (cpu2)
- convert some stuff to simple attributes to reduce LOCs