bumblebee-status/doc/NOTES.md
Tobias Witek 445c5a65f1 [core/output] Move widget/module handling inside output
The core.output module now manages the list of modules and retrieves the
widgets inside draw() itself. That way, details of drawing/updating
widgets are not visible from the outside anymore.
2020-02-02 14:18:13 +01:00

482 B

Design

  • core: only PSL
  • pass if modules are missing
  • minimize dependencies, code
  • test everything
  • think about pylint

Features

Backwards-compatibility

  • aliases
  • charts (hbar, vbar, braille)
  • minimize modules
  • hide modules if not in warning/error state (-a)
  • WAL support

Improvements

  • pango output (improve - maybe autodetect? see #531)
  • only update specific, affected modules when clicking
  • allow handlers to specify whether to update or not (e.g. scroll)