[modules] Re-enable "disk" module
This commit is contained in:
parent
286aff2aa0
commit
bd0089dac0
4 changed files with 23 additions and 10 deletions
|
@ -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),
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue