28 lines
695 B
Markdown
28 lines
695 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
|
|
- alignment parameter
|
|
|
|
## Improvements
|
|
- API documentation
|
|
- github pages
|
|
|
|
## TODO
|
|
- themes: use colors to improve theme readability
|
|
- convert some stuff to simple attributes to reduce LOCs
|
|
- theme.exclude (battery)
|
|
- use add_widget() instead of core.widget.Widget()
|
|
- use widget index for bumblebee-ctl as alternative (??)
|
|
|
|
# documentation
|
|
Add info about error widget and events for error logging
|