Closed cppt closed 1 year ago
Why doesn't the below remove autoscaling?
I tried various parameters and nothing worked. This might be broken for quite a long time because I tried git bisect
to find a bad commit. I only can go as far back to 1.10.8_pre
and it printed the same thing. Some graphs (in the screenshot below) contains -t
. I think you just found a bug.
@lasers thanks for this. What's the protocol for getting the bug fixed then?
There is no protocol. Anything goes. Helping is helping.
It's not always the collaborators or the owner that does everything.
Conky and other projects likely accepts contributions, bugfixes, new features, etc from anyone that want to fix or contribute. If you want to try fixing this or other issues, then go ahead and try that.
I'm here to help out what I can -- Addressing issues, trying out the pull requests, occasioanlly helping out users with their conky troubleshooting, fixing up docs + wiki, etc... and nothing to do with the code.
workaround to this. for some reason, the below achieves the fixed plot:
${color DimGray}${upspeedgraph wlp2s0 20,250 1400}
It seems the scale parameter of the up/downspeedgraph is in B/s now, not in kB/s So just add 000 to the current value
This issue is stale because it has been open 365 days with no activity. Remove stale label or comment, or this issue will be closed in 30 days.
This issue was closed because it has been stalled for 30 days with no activity.
Looking to tweak the up/downspeedgraph objects in my conky.conf file to make the graphed values relative to a max value rather than, by default, autoscaling depending on the amount of traffic.
Adjusting the scale parameter to a little above my connection speed (100 Mb/s), the graph still autoscales, such that even with limited traffic up or down, the graph occasionally fills most of the plot.
I'm using the below line in my config file. Why doesn't the below remove autoscaling?
${downspeedgraph wlp2s0 20,250 DimGray DimGray 14000}