OK - you're missing one or two lines from your config file. Before the "keys = ..." line, you need to create an instance of BrightnessControl (importing it isn't enough) so add "bc = BrightnessControl()".
I'd also remove the maclight line from your config. Then, if you want the widget, add "bc.Widget()" to the list of your widgets in the bar. That *should* do it... -- You received this message because you are subscribed to the Google Groups "qtile-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qtile-dev/fc660cce-99fe-44cd-b742-ad53cd2d88d6o%40googlegroups.com.
