[doc] Some updates
This commit is contained in:
parent
47e8d5b82b
commit
0f96f2727b
2 changed files with 8 additions and 2 deletions
5
doc/FEATURES.md
Normal file
5
doc/FEATURES.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Collection of features that need documentation
|
||||
|
||||
- theme.minwidth
|
||||
- scrolling decorator
|
||||
- theme.exclude
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
# small stuff
|
||||
- rethink documentation (wiki vs. in-code)
|
||||
- @parameter? (or was it @attribute?)
|
||||
- @parameter? (or was it @attribute?) - remove getter/setters
|
||||
- use __ for private?
|
||||
|
||||
# Features
|
||||
|
@ -21,8 +21,9 @@
|
|||
- tkinter / popups
|
||||
- scrolling decorator (incl. minwidth, alignment)
|
||||
- theme.exclude??
|
||||
- bumblebee-ctrl
|
||||
|
||||
## Improvements
|
||||
- generalize the battery/hbar/vbar concept
|
||||
- pango output (improve - maybe autodetect? see #531)
|
||||
- allow handlers to specify whether to update or not (e.g. scroll)
|
||||
- error handling: don't catch too many exceptions in a module (pulseaudio!), instead, propagate them as error widgets
|
||||
|
|
Loading…
Reference in a new issue