bumblebee-status/doc/NOTES.md
Tobias Witek a1aec8fff6 [core/module] Add error widgets if a module throws
Module should have to care less about thrown exceptions.
2020-03-01 14:08:16 +01:00

742 B

Design

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

small stuff

  • rethink documentation (wiki vs. in-code)
  • @parameter? (or was it @attribute?)
  • use __ for private?

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)

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