format network rates

This commit is contained in:
Daniel Mevec 2024-02-17 11:29:00 +01:00
parent 19094d087c
commit bd671e8a06

View file

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