Hi
Here is a snippet of my nvidia one…
conky.config = {
own_window = true,
own_window_type = 'normal',
own_window_transparent = false,
own_window_hints = 'undecorated,sticky,below,skip_taskbar,skip_pager',
own_window_colour = 'black',
own_window_class = 'Conky',
own_window_title = 'Simple Default Conky',
own_window_argb_visual = true,
own_window_argb_value = 0,
double_buffer = true,
background = true,
draw_borders = false,
draw_outline = false,
minimum_width = 320, minimum_height = 5,
maximum_width = 320,
gap_x = 1346,
gap_y = 68,
font = 'Cantarell:size=10',
default_color = '#DCDCDC',
color0 = '#1793d0',
color2 = 'green',
color3 = '#FFFF00',
color4 = '#FF6400',
color5 = '#FF0000',
use_xft = true,
xftalpha = 0.8,
override_utf8_locale = true,
draw_shades = false,
default_shade_color = 'black',
draw_outline = false,
uppercase = false
}
conky.text =
${color2}ENVIRONMENT ${voffset -3}${hr 1}${color}
${voffset 5}${color0}Motherboard${color}
CPU Env Temperature [it87]:$alignr ${execi 30 sensors|grep "CPU Temp"|cut -f2 -d"+"|cut -f1 -d"°"|sed -e 's/^ ]*//'|cut -f1-2 -d " "} °C
CPU Core Temperature [k10temp]:$alignr ${execi 30 sensors|grep "CPU Core Temp"|cut -f2 -d"+"|cut -f1 -d"°"|sed -e 's/^ ]*//'|cut -f1-2 -d " "} °C
M/B Env Temperature [it87]:$alignr ${execi 30 sensors|grep "M/B Temp"|cut -f2 -d"+"|cut -f1 -d"°"|sed -e 's/^ ]*//'|cut -f1-2 -d " "} °C
CPU FAN: $alignr ${execi 30 sensors|grep "CPU Fan"|cut -f2 -d":"| sed -e 's/^ ]*//'|cut -f1-2 -d " "| sed -e 's/^ ]*//'}
CHASSIS FAN: $alignr ${execi 30 sensors|grep "Chassis Fan"|cut -f2 -d":"| sed -e 's/^ ]*//'|cut -f1-2 -d " "| sed -e 's/^ ]*//'}
${color0}Nvidia GPU${color}
Graphics Clock${alignr}${execi 30 nvidia-settings -t -q [gpu:0]/GPUCurrentClockFreqs} MHz
GPU Temperature:${alignr}${execi 30 nvidia-settings -t -q [thermalsensor:0]/ThermalSensorReading}.0 °C
GPU Board Temperature:${alignr}${execi 30 nvidia-settings -t -q [thermalsensor:1]/ThermalSensorReading}.0 °C
GPU Fan Speed:${alignr 2}${execi 30 nvidia-settings -t -q GPUCurrentFanSpeed}.0 %
${color0}Hard Drive(s)${color}
WDC WD3200BEKX (sda):${alignr}${execi 30 cat /tmp/sda_smartdatatemp}.0 °C
SEAGATE ST3500413AS (sdc):${alignr}${execi 30 cat /tmp/sdc_smartdatatemp}.0 °C
]]
I have a very customized setup, maybe look online at http://crunchbang.org/forums/viewtopic.php?id=33811 for something that will meet your needs;
This is my desktop in here https://forums.opensuse.org/showthread.php/517640-May-Screenshots
Else what do you want to monitor?