bumblebee-status/doc/NOTES.md
Tobias Witek 38410adcb8 [core/theme|output] Add separators
Add a way for themes to specify custom separators. Doing that, make
nicer interfaces for drawing "supplementary" components (separators)
for widgets and generalize the attribute retrieval within the theme.
2020-02-22 13:42:44 +01:00

669 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 (hbar, vbar, braille)
  • minimize modules
  • hide modules if not in warning/error state (-a)
  • WAL support
  • tkinter / popups
  • scrolling decorator (incl. minwidth, alignment)

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)