[modules] Re-enable "disk" module

This commit is contained in:
Tobias Witek 2016-11-05 13:23:46 +01:00
parent 286aff2aa0
commit bd0089dac0
4 changed files with 23 additions and 10 deletions

View file

@ -62,7 +62,7 @@ class Output(bumblebee.output.Output):
"color": theme.color(widget),
"background": theme.background(widget),
"name": widget.name(),
"instance": getattr(widget, "instance", None),
"instance": widget.instance(),
"separator": theme.default_separators(widget),
"separator_block_width": theme.separator_block_width(widget),
})