tenho meu conky baseado no do niquelnausea mas não consegui as tais duas cores e nem aceder a home do kubuntu foi gparted e em informações diz que não esta montado ao contrario dos outros.
tenho a temperatura do sistema mas não tenho a da cpu agarro sempre no fato da execi 20 nvidia-settings -q gpucoretemp |grep Attribute |awk '{print $4}' |cut -c1-2}°C
# Use Xft?
use_xft yes
xftfont DejaVu Sans:size=9:style=Bold
xftalpha 0.9
text_buffer_size 1024
color0 FFFFFF
color1 E42727
# Update interval in seconds
update_interval 1
# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0
# Create own window instead of using desktop (required in nautilus)
own_window yes
own_window_transparent yes
own_window_type override
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes
# Minimum size of text area
minimum_size 250 0
#maximum_width 200
# Draw shades?
draw_shades no
# Draw outlines?
draw_outline no
# Draw borders around text
draw_borders no
# Stippled borders?
stippled_borders 0
# border margins
border_margin 5
# border width
border_width 1
# Default colors and also border colors
#default_color white
#default_shade_color black
#default_outline_color white
#own_window_colour white
# Text alignment, other possible values are commented
alignment top_left
#alignment top_right
#alignment bottom_left
#alignment bottom_right
# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 10
gap_y 180
# Subtract file system buffers from used memory?
no_buffers yes
# set to yes if you want all text to be in uppercase
uppercase no
# number of cpu samples to average
# set to 1 to disable averaging
cpu_avg_samples 2
# number of net samples to average
# set to 1 to disable averaging
net_avg_samples 2
# Force UTF8? note that UTF8 support required XFT
override_utf8_locale yes
# Add spaces to keep things from moving about? This only affects certain objects.
use_spacer none
TEXT
${color0}SISTEMA ${hr 2}
${voffset 2}${font OpenLogos:size=14}u ${font}${voffset -1} Kernel: ${alignr}${kernel}
${font StyleBats:size=14}a ${font}${voffset -1}Cpu: ${cpu}% ${alignr}${cpugraph cpu1 8,60 FFFFFF E42727}
${font StyleBats:size=14}g ${font}${voffset -1}Ram: ${memperc}% ${alignr}${membar 8,60}
${font StyleBats:size=14}j ${font}${voffset -1}Swap: ${swapperc}% ${alignr}${swapbar 8,60 FFFFFF E42727}
${font StyleBats:size=14}q ${font}${voffset -1}Temp. sist.: ${alignr}${hwmon 0 temp 1}°C
${font StyleBats:size=14}q ${font}Temp. cpu: ${alignr}${execi 20 nvidia-settings -q gpucoretemp |grep Attribute |awk '{print $4}' |cut -c1-2}°C
${font StyleBats:size=14}p ${font}${voffset -1}Ligado: ${alignr}${uptime}
PROCESSOS ${hr 2}
${alignr}mem cpu
${font StyleBats:size=14}A ${font}${voffset -1}${top name 1}${alignr}${top mem 1} ${top cpu 1}
${font StyleBats:size=14}A ${font}${voffset -1}${top name 2}${alignr}${top mem 2} ${top cpu 2}
${font StyleBats:size=14}A ${font}${voffset -1}${top name 3}${alignr}${top mem 3} ${top cpu 3}
${font StyleBats:size=14}A ${font}${voffset -1}${top name 4}${alignr}${top mem 4} ${top cpu 4}
${font StyleBats:size=14}A ${font}${voffset -1}${top name 5}${alignr}${top mem 5} ${top cpu 5}
${font StyleBats:size=14}A ${font}${voffset -1}${top name 6}${alignr}${top mem 6} ${top cpu 6}
HD ${hr 2}
${font Pie charts for maps:size=12}7${font} ${voffset -5}Disco Ubuntu ${alignr}${fs_used /} / ${fs_size /} ${alignr}${fs_bar 8,60 /}
${font Pie charts for maps:size=12}7${font} ${voffset -5}Disco Home Ubuntu ${alignr}
${fs_used /home} / ${fs_size /home} ${alignr}${fs_bar 8,60 /home}
${font Pie charts for maps:size=12}7${font} ${voffset -5}Disco Kubuntu ${alignr}
${fs_used /media/kderruella} / ${fs_size /media/kderruella} ${alignr}${fs_bar 8,60 /media/kderruella}
REDE ${hr 2}
${font PizzaDude Bullets:size=12}U${font} Download
${font}Velocidade: ${downspeed wlan0}${alignr}${downspeedgraph wlan0 8,60 FFFFFF E42727}
${font PizzaDude Bullets:size=12}O${font} Upload
${font}Velocidade: ${upspeed eth0}${alignr}${upspeedgraph eth0 8,60 FFFFFF E42727}