You are not logged in.

#1 2023-03-04 03:33:35

mynis01
Member
Registered: 2011-04-29
Posts: 72

conky upspeedgraph not drawing correctly in latest version [resolved]

There was a new version of conky that got pushed to the repos on Feb 24th and it completely broke my network activity graphs. Here's the part of my config that draws the network info:

${color grey}Network Interface A:
Up: ${color}${upspeed enp43s0}${alignr}${upspeedgraph enp43s0 8,70}
${color grey}Down: ${color}${downspeed enp43s0}${alignr}${downspeedgraph enp43s0 8,70}
${color grey}Uploaded: ${color}${alignr}${totalup enp43s0}
${color grey}Downloaded: ${color}${alignr}${totaldown enp43s0}
${color grey}Network Interface B:
Up: ${color}${upspeed enp36s0}${alignr}${upspeedgraph enp36s0 8,70}
${color grey}Down: ${color}${downspeed enp36s0}${alignr}${downspeedgraph enp36s0 8,70}
${color grey}Uploaded: ${color}${alignr}${totalup enp36s0}
${color grey}Downloaded: ${color}${alignr}${totaldown enp36s0}


In 1.17, it draws the graph the same way it has for me since the year 2010. In 1.18, it just draws a vertical line on the right side of the screen. I tried removing the alignr tag and changing the dimensions. But then it just starts drawing weird looking rectangles that keep changing dimensions and alignment and don't have any actual graph data inside them.

Do y'all think this is an upstream bug or am I just doing something wrong here? I like to keep it simple and I don't use any of the lua functionality or anything so I'm not sure what else I could even try here.

Here's a working/broken pic:

https://imgur.com/a/fKHXJxX

Last edited by mynis01 (2023-03-16 18:13:54)

Offline

#2 2023-03-04 06:14:04

mrlamud
Member
Registered: 2014-09-27
Posts: 105

Re: conky upspeedgraph not drawing correctly in latest version [resolved]

Offline

Board footer

Powered by FluxBB