Page 1 of 1

[SOLVED]conky cpugraph gradient (doubles??)

Posted: 27. Jun 2011, 18:00
by dab1414
Well when I was going through and reconfiguring my conky, I found this peculiar problem. Only when I try to set up gradient color for the cpugraph, I get 2 graphs, as depicted in the photo for cpu1. As cpu2 shows with no gradient, every thing is fine.

Image

conky file

Code: Select all

update_interval 1
total_run_times 0
cpu_avg_samples 1
double_buffer yes
use_xft yes
xftfont Droid sans sans:size=9
override_utf8_locale yes 
text_buffer_size 1024
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
alignment tl
gap_x 0
gap_y 0
minimum_size 300 150
maximum_width 500
default_bar_size 100 5
draw_graph_borders no
default_color d8effd
color0 03cafe
color1 4d8e00
color2 ff7220
color3 feed01
color4 50dfff
color5 61b600

TEXT

#- SYSTEM -#
${color1}SALIX OS 13.37-${color1}${kernel}  
${color1}${font aqui}Logon: ${color0}${user_names}@${nodename}  
${color1}Uptime: ${color0}${uptime}  
${color1}MEM: ${color0}$memperc%  \
${goto 120}${membar}
${color1}SWAP: ${color0}$swapperc%  \
${goto 120}${swapbar}
${color1}CPU1: ${color0}${cpu cpu1}%  \
${goto 120}${cpugraph cpu1 10,100 4d8e00 feed01}

${color1}CPU2: ${color0}${cpu cpu2}%  \
${goto 120}${cpugraph cpu2 10,100}
Any help would be great. I can live without gradient, but would like to fix this issue.

Edit: Also just found out this happens for all graphs when I use gradient color.

Re: conky cpugraph gradient (doubles??)

Posted: 28. Jun 2011, 02:57
by dab1414
Well I am going to mark as solved. I verified all my settings with other conky scripts. So I just created a new .conkyrc file, and re-wrote everything. And for some reason it worked. So I guess something was screwed up in my original .conkyrc

EDIT: So this is looking weird. Maybe it's only with my setup. I noticed that the graphs are affected by the FONT. So whenever I try to use the artwiz fonts, I would get double graphs when using gradient color. So I chose a different font and kept the same font throughout the entire conkyrc, and as is well.