[doc] small updates
This commit is contained in:
parent
77443b7802
commit
944b223f1e
1 changed files with 2 additions and 4 deletions
|
@ -6,9 +6,9 @@
|
||||||
- think about pylint
|
- think about pylint
|
||||||
|
|
||||||
# small stuff
|
# small stuff
|
||||||
- rethink documentation (wiki vs. in-code)
|
- rethink documentation (use mostly md files)
|
||||||
- @parameter? (or was it @attribute?) - remove getter/setters
|
- @parameter? (or was it @attribute?) - remove getter/setters
|
||||||
- use __ for private?
|
- use __ for private
|
||||||
|
|
||||||
# Features
|
# Features
|
||||||
- new themeing? (and add a "version" for backwards compat?)
|
- new themeing? (and add a "version" for backwards compat?)
|
||||||
|
@ -17,7 +17,6 @@
|
||||||
- aliases
|
- aliases
|
||||||
- charts (braille)
|
- charts (braille)
|
||||||
- minimize modules
|
- minimize modules
|
||||||
- WAL support / colorscheme support
|
|
||||||
- tkinter / popups
|
- tkinter / popups
|
||||||
- scrolling decorator (incl. minwidth, alignment)
|
- scrolling decorator (incl. minwidth, alignment)
|
||||||
- theme.exclude??
|
- theme.exclude??
|
||||||
|
@ -34,4 +33,3 @@
|
||||||
- theme: `load` vs. `__load` vs. `load_keywords`
|
- theme: `load` vs. `__load` vs. `load_keywords`
|
||||||
- themes: use colors to improve theme readability
|
- themes: use colors to improve theme readability
|
||||||
- brightness: read from CLI tools
|
- brightness: read from CLI tools
|
||||||
- input: use events?
|
|
||||||
|
|
Loading…
Reference in a new issue