ola pessoal,
estou precisando de uma ajuda
instalei um conky baixado no noobslab, e instalei tudo certinho.. porém, ele só funciona metade das opções
ele marca: cpu, temp (que eu não sei o que é), memoria, hd, upload, download.. e só funciona o cpu e a memória
abaixo segue o scrip
sera que alguem pode me ajudar fazer a funcionar tudo isso aqui?
valeu pessoal
# -- Conky settings -- #
background yes
update_interval 1.0
cpu_avg_samples 1
net_avg_samples 2
override_utf8_locale yes
double_buffer yes
no_buffers yes
text_buffer_size 2048
imlib_cache_size 0
# -- Window specifications -- #
own_window yes
own_window_type conky
own_window_transparent yes
own_window_class conky
on_bottom yes
own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below
own_window_title bargraph2
border_inner_margin 0
border_outer_margin 0
minimum_size 300 550
maximum_width 600
alignment bottom_right
gap_x 0
gap_y 10
# -- Graphics settings -- #
draw_shades yes
draw_outline no
draw_borders no
draw_graph_borders no
# -- Text settings -- #
use_xft yes
xftfont aunchanted:size=18
xftalpha 0.5
uppercase no
default_color white
# -- Lua Load -- #
# SET THE PATH TO THE SCRIPT HERE
lua_load ~/.conky/barras.lua
lua_draw_hook_post main_bars
# +++++ CPU +++++
template1 ${image ~/.conky/1.png -p 30 -s 64x70 -f 86400}
template2 ${image ~/.conky/2.png -p 0,58 -s 64x70 -f 86400}
template3 ${image ~/.conky/3.png -p 30,117 -s 64x70 -f 86400}
template4 ${image ~/.conky/4.png -p 0,176 -s 64x70 -f 86400}
template5 ${image ~/.conky/5.png -p 30,235 -s 64x70 -f 86400}
template6 ${image ~/.conky/6.png -p 0,293 -s 64x70 -f 86400}
#LEAVE AT LEAST ONE LINE, BLANK OR NOT AFTER TEXT
TEXT
${template1}${template2}${template3}${template4}${template5}${template6}
${goto 200}${font aunchanted:size=18}${voffset 4}${cpu}%
${goto 170}${voffset 35}${acpitemp}°C
${goto 200}${voffset 38}${memperc}%
${goto 170}${voffset 38}${fs_used_perc /}%
${goto 200}${voffset 37}${DOWNSPEED eth0}
${goto 170}${voffset 36}${UPSPEED eth0}
${goto 25}${font tron:size=9}${color cyan}${voffset 20} 1=CPU 2=TEMP 3=MEM
${goto 25}${font tron:size=9}${color cyan}${voffset 0} 4=HD 5=UP 6=DOWN