bumblebee-status/doc/NOTES.md

28 lines
742 B
Markdown
Raw Normal View History

2020-01-25 14:28:38 +01:00
# Design
- core: only PSL
- pass if modules are missing
- minimize dependencies, code
- test everything
- think about pylint
2020-01-25 14:28:38 +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
- aliases
- charts (braille)
- minimize modules
- hide modules if not in warning/error state (-a)
- WAL support / colorscheme support
- tkinter / popups
- scrolling decorator (incl. minwidth, alignment)
2020-01-25 14:28:38 +01:00
## Improvements
- 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