bumblebee-status/doc/NOTES.md

27 lines
611 B
Markdown
Raw Normal View History

2020-01-25 13:28:38 +00:00
# Design
- core: only PSL
- pass if modules are missing
- minimize dependencies, code
- test everything
- think about pylint
2020-01-25 13:28:38 +00:00
# small stuff
2020-04-04 06:04:48 +00:00
- rethink documentation (use mostly md files)
2020-03-07 12:26:33 +00:00
- @parameter? (or was it @attribute?) - remove getter/setters
2020-04-04 06:04:48 +00:00
- use __ for private
2020-01-25 13:28:38 +00:00
## Backwards-compatibility
2020-05-02 07:42:36 +00:00
- alignment parameter
2020-04-11 06:59:11 +00:00
- default wheel handlers
2020-01-25 13:28:38 +00:00
## Improvements
2020-03-29 11:56:43 +00:00
- API documentation
- github pages
## TODO
2020-03-13 12:56:08 +00:00
- themes: use colors to improve theme readability
2020-04-26 08:33:41 +00:00
- convert some stuff to simple attributes to reduce LOCs
2020-04-29 18:15:44 +00:00
- theme.exclude (battery)
- configuration files
- use add_widget() instead of core.widget.Widget()