[modules/cpu] Add initial version of CPU utilization module
Re-enable the CPU utilization module as proof-of-concept for the new core engine. see #23
This commit is contained in:
parent
8855f1155b
commit
aacc56a4e2
9 changed files with 85 additions and 10 deletions
|
@ -9,6 +9,6 @@ class Module(bumblebee.engine.Module):
|
|||
super(Module, self).__init__(engine)
|
||||
|
||||
def widgets(self):
|
||||
return []
|
||||
return bumblebee.output.Widget(full_text="test")
|
||||
|
||||
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue