dfaust / plasma-applet-netspeed-widget

Plasma 5 widget that displays the currently used network bandwidth
GNU General Public License v2.0
121 stars 17 forks source link

[feature] Customizable network speed ranges for each tier #35

Open onlybugreports opened 1 year ago

onlybugreports commented 1 year ago

Hi! The widget has custom color customization at 4 tiers (b,k,m,g). Comming from XFCE, there's a network plugin in which is possible to set custom ranges and colors for each tier like the bellow example:

red: 0Byte up to 1MB
orange: 1MB up to 15MB
yellow: 15MB up to 200MB
green: 200MB or more

This provides a nice visual feedback with just a glance, since you can set the ranges to your liking.

Is this something you would consider in a future update?

Thanks!