bumblebee-status/doc/NOTES.md

35 lines
887 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)
2020-03-07 13:26:33 +01:00
- @parameter? (or was it @attribute?) - remove getter/setters
- use __ for private?
2020-01-25 14:28:38 +01:00
# Features
2020-03-07 14:06:18 +01:00
- new themeing? (and add a "version" for backwards compat)
2020-01-25 14:28:38 +01:00
## 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)
- 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
- pango output (improve - maybe autodetect? see #531)
- allow handlers to specify whether to update or not (e.g. scroll)
## TODO
- theme: load vs. __load vs. load_keywords
2020-03-13 13:56:08 +01:00
- themes: use colors to improve theme readability