shayne / hwinfo-streamdeck

Monitor sensor readings with this HWiNFO64 Stream Deck Plugin
240 stars 15 forks source link

Request: DL Rate Text Change #64

Open Starlynk1 opened 1 year ago

Starlynk1 commented 1 year ago

I'm ok with it being in KB/s, but with the speeds in the MB range now you have to make the text really small to see the whole line. Please add a way to have the KB/s text under the current value and/or allow us to choose from Mbps or MB/s.

digitaldynamo83 commented 1 year ago

This can currently be done using the "Format" and "Divisor" fields in the "Advanced" section.

My motherboard reports network speeds in kilobytes. To display them in megabits, I set those fields as follows: "Format" field: %6.2f\n Mb/s Or if you'd prefer it to be a single line: %6.2f Mb/s

"Divisor" field: 125

The divisor performs the conversion, the format field simply tells it how to display the result.