fisadev / conky-draw

Easily create beautiful conky graphs and draws
GNU General Public License v2.0
144 stars 25 forks source link

color in element ring_graph #10

Open smartshogu opened 5 years ago

smartshogu commented 5 years ago

Hello fisadev,

i noticed in the element ring_graph that changing the color doesn't work. It's always that green. When changing color= to bar_color= it works. Maybe you can have a look into this.

thanks for your great work. my monolithic conkyrc looks much better now ;)

n-serrette commented 5 years ago

Hello,

It seems that I have made an error in the documentation when I added the graduation.

color= is the property holding the color for simple shape (line, ring, ...) , but for graph shape (ring_graph, bar_graph, ...) it's the bar_color= property.

Sorry for the trouble.