revert network stringfmt because of 'Unknown format code 'f''
This commit is contained in:
parent
bd8fbf3390
commit
b36e827c5a
2 changed files with 3 additions and 3 deletions
|
|
@ -277,7 +277,7 @@ def init_widgets_list():
|
||||||
),
|
),
|
||||||
widget.Net(
|
widget.Net(
|
||||||
interface=get_network_interface(),
|
interface=get_network_interface(),
|
||||||
format='{down:5.2f} ↓↑ {up:5.2f}',
|
format='{down} ↓↑ {up}',
|
||||||
prefix='M',
|
prefix='M',
|
||||||
foreground=Colors.bg,
|
foreground=Colors.bg,
|
||||||
background=Colors.aqua,
|
background=Colors.aqua,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue