qdbp / py9status

i3bar status line in python 3
3 stars 1 forks source link

Use composition for `handle_click` and `format` #11

Closed qdbp closed 6 years ago

qdbp commented 7 years ago

Composition is much more suitable for handle_click than inherit-override. It can also have its uses for format.

qdbp commented 6 years ago

Defunct.