2020-01-25 14:28:38 +01:00
|
|
|
# Design
|
2020-01-26 13:59:11 +01:00
|
|
|
- core: only PSL
|
|
|
|
- pass if modules are missing
|
|
|
|
- minimize dependencies, code
|
|
|
|
- test everything
|
2020-01-26 14:20:09 +01:00
|
|
|
- think about pylint
|
2020-01-25 14:28:38 +01:00
|
|
|
|
2020-02-16 14:55:26 +01:00
|
|
|
# small stuff
|
2020-04-04 08:04:48 +02:00
|
|
|
- rethink documentation (use mostly md files)
|
2020-03-07 13:26:33 +01:00
|
|
|
- @parameter? (or was it @attribute?) - remove getter/setters
|
2020-04-04 08:04:48 +02:00
|
|
|
- use __ for private
|
2020-02-16 14:55:26 +01:00
|
|
|
|
2020-01-25 14:28:38 +01:00
|
|
|
# Features
|
2020-03-29 13:56:43 +02:00
|
|
|
- new themeing? (and add a "version" for backwards compat?)
|
2020-01-25 14:28:38 +01:00
|
|
|
|
|
|
|
## Backwards-compatibility
|
2020-02-23 21:13:49 +01:00
|
|
|
- charts (braille)
|
2020-01-26 13:59:11 +01:00
|
|
|
- minimize modules
|
2020-02-16 14:55:26 +01:00
|
|
|
- tkinter / popups
|
2020-02-22 13:42:44 +01:00
|
|
|
- scrolling decorator (incl. minwidth, alignment)
|
2020-03-06 20:57:32 +01:00
|
|
|
- theme.exclude??
|
2020-03-07 13:26:33 +01:00
|
|
|
- bumblebee-ctrl
|
2020-01-25 14:28:38 +01:00
|
|
|
|
|
|
|
## Improvements
|
2020-03-07 13:26:33 +01:00
|
|
|
- generalize the battery/hbar/vbar concept
|
2020-02-02 14:18:13 +01:00
|
|
|
- allow handlers to specify whether to update or not (e.g. scroll)
|
2020-03-29 13:56:43 +02:00
|
|
|
- API documentation
|
|
|
|
- github pages
|
2020-03-08 14:18:10 +01:00
|
|
|
|
|
|
|
## TODO
|
2020-03-13 13:56:08 +01:00
|
|
|
- themes: use colors to improve theme readability
|
2020-03-29 14:13:12 +02:00
|
|
|
- brightness: read from CLI tools
|