revert network stringfmt because of 'Unknown format code 'f''

This commit is contained in:
daniel.mevec 2024-02-20 08:02:57 +01:00
parent bd8fbf3390
commit b36e827c5a
2 changed files with 3 additions and 3 deletions

View file

@ -277,7 +277,7 @@ def init_widgets_list():
),
widget.Net(
interface=get_network_interface(),
format='{down:5.2f} ↓↑ {up:5.2f}',
format='{down} ↓↑ {up}',
prefix='M',
foreground=Colors.bg,
background=Colors.aqua,