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
|
|
|
|
- rethink documentation (wiki vs. in-code)
|
|
|
|
- @parameter? (or was it @attribute?)
|
|
|
|
- use __ for private?
|
|
|
|
|
2020-01-25 14:28:38 +01:00
|
|
|
# Features
|
|
|
|
|
|
|
|
## Backwards-compatibility
|
2020-01-26 13:59:11 +01:00
|
|
|
- aliases
|
2020-02-23 21:13:49 +01:00
|
|
|
- charts (braille)
|
2020-01-26 13:59:11 +01:00
|
|
|
- minimize modules
|
|
|
|
- hide modules if not in warning/error state (-a)
|
2020-02-23 21:13:49 +01:00
|
|
|
- WAL support / colorscheme support
|
2020-02-16 14:55:26 +01:00
|
|
|
- tkinter / popups
|
2020-02-22 13:42:44 +01:00
|
|
|
- scrolling decorator (incl. minwidth, alignment)
|
2020-01-25 14:28:38 +01:00
|
|
|
|
|
|
|
## Improvements
|
2020-01-26 13:59:11 +01:00
|
|
|
- pango output (improve - maybe autodetect? see #531)
|
2020-02-02 14:18:13 +01:00
|
|
|
- allow handlers to specify whether to update or not (e.g. scroll)
|
2020-03-01 14:08:16 +01:00
|
|
|
- error handling: don't catch too many exceptions in a module (pulseaudio!), instead, propagate them as error widgets
|