format network rates
This commit is contained in:
parent
19094d087c
commit
bd671e8a06
1 changed files with 1 additions and 1 deletions
|
|
@ -277,7 +277,7 @@ def init_widgets_list():
|
||||||
),
|
),
|
||||||
widget.Net(
|
widget.Net(
|
||||||
interface=get_network_interface(),
|
interface=get_network_interface(),
|
||||||
format='{down} ↓↑ {up}',
|
format='{down:5.2f} ↓↑ {up:5.2f}',
|
||||||
prefix='M',
|
prefix='M',
|
||||||
foreground=Colors.bg,
|
foreground=Colors.bg,
|
||||||
background=Colors.aqua,
|
background=Colors.aqua,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue