Update widget build to use keyword args
This commit is contained in:
parent
a2fb344aa7
commit
e9afaa2e1b
1 changed files with 2 additions and 2 deletions
|
@ -33,8 +33,8 @@ class Module(bumblebee.engine.Module):
|
||||||
del widgets[:]
|
del widgets[:]
|
||||||
|
|
||||||
widgets.extend((
|
widgets.extend((
|
||||||
TrafficWidget(download_rate, ''),
|
TrafficWidget(text=download_rate, icon=''),
|
||||||
TrafficWidget(upload_rate, '')
|
TrafficWidget(text=upload_rate, icon='')
|
||||||
))
|
))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue