LeeVD / plasma-applet-net-bandwidth-monitor

Network bandwidth monitor for plasma using dbus
GNU General Public License v3.0
24 stars 4 forks source link

[Feature Request] Speed Units in KiloByte and MegaByte #1

Closed tazihad closed 1 year ago

tazihad commented 1 year ago

We need more option. KB/s and MB/s.

LeeVD commented 1 year ago

In the settings section, changing the dropdown form 'bits' to 'bytes' should give you KB and MB. Let me know if it works for you? image

tazihad commented 1 year ago

@LeeVD Hi. Applet still doesn't work. Bytes does nothing. There's no way my internet speed is that high.
Screenshot_20230117_002149

LeeVD commented 1 year ago

Are you using the new version? There was indeed an error in v0.1 with the bits to bytes conversion. It has been fixed in v0.1.1, released yesterday. In testing, I've compared with the built in widgets from system monitor: image They are now reporting the correct Bytes data.

LeeVD commented 1 year ago

Version 0.2 just released. It should solve the issue you experienced in the last version. The Bytes option has been completely rewritten and uses data gather by DBUS rather than a code conversion from bits. let me know how you get on.

tazihad commented 1 year ago

@LeeVD I just tried 0.2. It works now.