Has anyone gotten conky to work on the kde lock screen?, as my desktop is always covered it would be nice to have this on the lock screen??
here is mine
it is a modified gotham conky, would like to add gmail indicator then add to lock sceen
awk '{print sprintf("%.1f",$3*9/5.0+32) "°F"}'
${font sans-serif:normal:size=8}${color 90DDC0}CPU Temperature: $alignr ${color FFFFFF}${iconv_start UTF-8 ISO_8859-1}${exec sensors -f|grep 'CPU Temp'|awk '{print $3}'} ${iconv_stop}

...
${font sans-serif:normal:size=8}${color 90DDC0}CPU Temperature: $alignr ${color FFFFFF}${iconv_start UTF-8 ISO_8859-1}${exec sensors|grep 'CPU Temp'|awk '{print $3}'} ${iconv_stop}
...
awk '{print sprintf("%.1f",$3*9/5.0+32) "°F"}'

life0riley@precise-desktop:~$ sensors atk0110-acpi-0 Adapter: ACPI interface Vcore Voltage: +1.23 V (min = +0.85 V, max = +1.60 V) +3.3 Voltage: +3.41 V (min = +2.97 V, max = +3.63 V) +5 Voltage: +5.09 V (min = +4.50 V, max = +5.50 V) +12 Voltage: +12.46 V (min = +10.20 V, max = +13.80 V) CPU FAN Speed: 305 RPM (min = 200 RPM) CHASSIS FAN Speed: 0 RPM (min = 600 RPM) POWER FAN Speed: 0 RPM (min = 1800 RPM) CPU Temperature: +37.0°C (high = +60.0°C, crit = +95.0°C) MB Temperature: +25.0°C (high = +45.0°C, crit = +95.0°C) life0riley@precise-desktop:~$
${color FFFFFF}${font sans-serif:bold:size=8}PROCESSOR ${color 8888FF}${hr 2}
${font sans-serif:normal:size=7}${color gray}${execi 1000 cat /proc/cpuinfo | grep 'model name' | sed -e 's/model name.*: //'| uniq}
${font sans-serif:bold:size=8}${color 90DDC0}Processes: ${color gray}$processes ${alignr}${color 90DDC0}Running: ${color gray}$running_processes
${color #ff6600}${cpubar cpu1 3,120} ${offset 10}${color #cc0033}${cpubar cpu2 3,120}$color
${color gray}${cpugraph cpu1 26,120 000000 ff6600 -t} ${offset 10}${cpugraph cpu2 26,120 000000 cc0033 -t}
${font sans-serif:normal:size=8}${color 90DDC0}CPU Total Usage: $alignr ${color FFFFFF}${cpu cpu0}%
${font sans-serif:normal:size=8}${color 90DDC0}CPU FAN Speed: $alignr ${color FFFFFF}${exec sensors|grep 'CPU FAN Speed'|awk '{print $4}'} RPM
${font sans-serif:normal:size=8}${color 90DDC0}CPU Temperature: $alignr ${color FFFFFF}${iconv_start UTF-8 ISO_8859-1}${exec sensors|grep 'CPU Temp'|awk '{print $3}'} ${iconv_stop}
${font sans-serif:normal:size=8}${color 90DDC0}MB Temperature: $alignr ${color FFFFFF}${iconv_start UTF-8 ISO_8859-1}${exec sensors|grep 'MB Temperature'|awk '{print $3}'} ${iconv_stop}
${color FFFFFF}${font sans-serif:bold:size=8}VIDEO ${color 8888FF}${hr 2}
${color 90DDC0}${font sans-serif:normal:size=8}NVidia GeForce GPU ${color FFFFFF}$alignr ${nvidia gpufreq} Mhz
${color 90DDC0}${font sans-serif:normal:size=8}NVidia Memory ${color FFFFFF}$alignr ${nvidia memfreq} Mhz
${color 90DDC0}${font sans-serif:normal:size=8}GPU Temperature ${color FEF606}$alignr ${nvidia temp} ${iconv_start UTF-8 ISO_8859-1}°C ${iconv_stop}
${color 90DDC0}${font sans-serif:normal:size=8}GPU Temperature Threshold${color FFFFFF}$alignr ${nvidia threshold} ${iconv_start UTF-8 ISO_8859-1}°C ${iconv_stop}


${color}Core 1 : ${color 20a5e4}${execi 8 sensors | grep -A 0 'Core 0' | cut -c14-19 | sed '/^$/d'}°C ${color 20a5e4}$alignr${execi 8 sensors -f | grep -A 0 'Core 0' | cut -c14-19 | sed '/^$/d'}°F
${color}Core 2 : ${color 20a5e4}${execi 8 sensors | grep -A 0 'Core 2' | cut -c14-19 | sed '/^$/d'}°C ${color 20a5e4}$alignr${execi 8 sensors -f | grep -A 0 'Core 2' | cut -c14-19 | sed '/^$/d'}°F
${color}Average : ${color 20a5e4}${execi 8 sensors | grep -A 0 'temp1' | cut -c14-19 | sed '/^$/d'}°C ${color 20a5e4}$alignr${execi 8 sensors -f | grep -A 0 'temp1' | cut -c14-19 | sed '/^$/d'}°F
virgil@dadspc:~$ sensors -f
atk0110-acpi-0
Adapter: ACPI interface
Vcore Voltage: +1.41 V (min = +0.85 V, max = +1.60 V)
+3.3 Voltage: +3.36 V (min = +2.97 V, max = +3.63 V)
+5 Voltage: +4.92 V (min = +4.50 V, max = +5.50 V)
+12 Voltage: +12.09 V (min = +10.20 V, max = +13.80 V)
CPU FAN Speed: 1622 RPM (min = 600 RPM, max = 7200 RPM)
CHASSIS FAN Speed: 1607 RPM (min = 200 RPM, max = 7200 RPM)
POWER FAN Speed: 0 RPM (min = 600 RPM, max = 7200 RPM)
CPU Temperature: +102.2°F (high = +140.0°F, crit = +203.0°F)
MB Temperature: +95.0°F (high = +113.0°F, crit = +167.0°F)
k10temp-pci-00c3
Adapter: PCI adapter
temp1: +80.4°F (high = +158.0°F)
(crit = +211.1°F, hyst = +202.1°F)
CPU fan speed ${execi 5 sensors | grep "CPU FAN Speed" | awk '{print $3}' | cut -c14-17}
${execi 1000 cat /proc/cpuinfo | grep 'model name' | sed -e 's/model name.*: //'| uniq}
yes dangerous thing to do ) about how to get some CPU info (just the type) not all the gobeldy gook displayed in conky ,,,,,,,as I was already mucking around in my .conkyrc and tweeking things a bit.vinny@vinny-Bonobo-Extreme:~$ cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 60 model name : Intel(R) Core(TM) i7-4910MQ CPU @ 2.90GHz stepping : 3 microcode : 0x17 cpu MHz : 800.000 cache size : 8192 KB physical id : 0 siblings : 8 core id : 0 cpu cores : 4 apicid : 0 initial apicid : 0 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm bogomips : 5786.35 clflush size : 64 cache_alignment : 64 address sizes : 39 bits physical, 48 bits virtual power management: processor : 1 vendor_id : GenuineIntel cpu family : 6 model : 60 model name : Intel(R) Core(TM) i7-4910MQ CPU @ 2.90GHz stepping : 3 microcode : 0x17 cpu MHz : 800.000 cache size : 8192 KB physical id : 0 siblings : 8 core id : 1 cpu cores : 4 apicid : 2 initial apicid : 2 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm bogomips : 5786.35 clflush size : 64 cache_alignment : 64 address sizes : 39 bits physical, 48 bits virtual power management: processor : 2 vendor_id : GenuineIntel cpu family : 6 model : 60 model name : Intel(R) Core(TM) i7-4910MQ CPU @ 2.90GHz stepping : 3 microcode : 0x17 cpu MHz : 1700.000 cache size : 8192 KB physical id : 0 siblings : 8 core id : 2 cpu cores : 4 apicid : 4 initial apicid : 4 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm bogomips : 5786.35 clflush size : 64 cache_alignment : 64 address sizes : 39 bits physical, 48 bits virtual power management: processor : 3 vendor_id : GenuineIntel cpu family : 6 model : 60 model name : Intel(R) Core(TM) i7-4910MQ CPU @ 2.90GHz stepping : 3 microcode : 0x17 cpu MHz : 800.000 cache size : 8192 KB physical id : 0 siblings : 8 core id : 3 cpu cores : 4 apicid : 6 initial apicid : 6 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm bogomips : 5786.35 clflush size : 64 cache_alignment : 64 address sizes : 39 bits physical, 48 bits virtual power management: processor : 4 vendor_id : GenuineIntel cpu family : 6 model : 60 model name : Intel(R) Core(TM) i7-4910MQ CPU @ 2.90GHz stepping : 3 microcode : 0x17 cpu MHz : 1700.000 cache size : 8192 KB physical id : 0 siblings : 8 core id : 0 cpu cores : 4 apicid : 1 initial apicid : 1 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm bogomips : 5786.35 clflush size : 64 cache_alignment : 64 address sizes : 39 bits physical, 48 bits virtual power management: processor : 5 vendor_id : GenuineIntel cpu family : 6 model : 60 model name : Intel(R) Core(TM) i7-4910MQ CPU @ 2.90GHz stepping : 3 microcode : 0x17 cpu MHz : 800.000 cache size : 8192 KB physical id : 0 siblings : 8 core id : 1 cpu cores : 4 apicid : 3 initial apicid : 3 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm bogomips : 5786.35 clflush size : 64 cache_alignment : 64 address sizes : 39 bits physical, 48 bits virtual power management: processor : 6 vendor_id : GenuineIntel cpu family : 6 model : 60 model name : Intel(R) Core(TM) i7-4910MQ CPU @ 2.90GHz stepping : 3 microcode : 0x17 cpu MHz : 800.000 cache size : 8192 KB physical id : 0 siblings : 8 core id : 2 cpu cores : 4 apicid : 5 initial apicid : 5 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm bogomips : 5786.35 clflush size : 64 cache_alignment : 64 address sizes : 39 bits physical, 48 bits virtual power management: processor : 7 vendor_id : GenuineIntel cpu family : 6 model : 60 model name : Intel(R) Core(TM) i7-4910MQ CPU @ 2.90GHz stepping : 3 microcode : 0x17 cpu MHz : 800.000 cache size : 8192 KB physical id : 0 siblings : 8 core id : 3 cpu cores : 4 apicid : 7 initial apicid : 7 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm bogomips : 5786.35 clflush size : 64 cache_alignment : 64 address sizes : 39 bits physical, 48 bits virtual power management:
vinny@vinny-Bonobo-Extreme:~$ cat /proc/cpuinfo | grep name model name : Intel(R) Core(TM) i7-4910MQ CPU @ 2.90GHz model name : Intel(R) Core(TM) i7-4910MQ CPU @ 2.90GHz model name : Intel(R) Core(TM) i7-4910MQ CPU @ 2.90GHz model name : Intel(R) Core(TM) i7-4910MQ CPU @ 2.90GHz model name : Intel(R) Core(TM) i7-4910MQ CPU @ 2.90GHz model name : Intel(R) Core(TM) i7-4910MQ CPU @ 2.90GHz model name : Intel(R) Core(TM) i7-4910MQ CPU @ 2.90GHz model name : Intel(R) Core(TM) i7-4910MQ CPU @ 2.90GHz
vinny@vinny-Bonobo-Extreme:~$ cat /proc/cpuinfo | grep -m1 name model name : Intel(R) Core(TM) i7-4910MQ CPU @ 2.90GHz
vinny@vinny-Bonobo-Extreme:~$ cat /proc/cpuinfo | grep -m1 name | cut -c 14-54 Intel(R) Core(TM) i7-4910MQ CPU @ 2.90GHz
vinny@vinny-Bonobo-Extreme:~$ cat /proc/cpuinfo | grep -m1 name | cut -c 14-54 | fmt -w 25 -g 25 Intel(R) Core(TM) i7-4910MQ CPU @ 2.90GHz
now were ready for conky 
CPU: ${execi 300 cat /proc/cpuinfo | grep -m1 name | cut -c 14-54 | fmt -w 25 -g 25}
vinny@vinny-Bonobo-Extreme:~/Pictures$ sensors -f acpitz-virtual-0 Adapter: Virtual device temp1: +123.8°F (crit = +248.0°F) coretemp-isa-0000 Adapter: ISA adapter Physical id 0: +125.6°F (high = +183.2°F, crit = +212.0°F) Core 0: +125.6°F (high = +183.2°F, crit = +212.0°F) Core 1: +114.8°F (high = +183.2°F, crit = +212.0°F) Core 2: +122.0°F (high = +183.2°F, crit = +212.0°F) Core 3: +116.6°F (high = +183.2°F, crit = +212.0°F)

virgil@reeser-20-b011:~$ sensors -f -u radeon-pci-0008 Adapter: PCI adapter temp1: temp1_input: 48.000 temp1_crit: 120.000 temp1_crit_hyst: 90.000 k10temp-pci-00c3 Adapter: PCI adapter temp1: temp1_input: 48.750 temp1_max: 70.000 temp1_crit: 100.000
#Temperatures: ${alignr}GPU ${intel temp}°C
#${alignr}Core0 ${execi 5 sensors | grep "Core 0" | awk '{print $3}' | cut -c2-3}°C
${color 0538ab}Avgerage: ${execi 8 sensors | grep -A 0 'temp1' | cut -c14-19 | sed '/^$/d'}°C $alignr${execi 8 sensors -f | grep -A 0 'temp1' | cut -c14-19 | sed '/^$/d'}°F${color}
Core 1 : ${execi 8 sensors | grep -A 0 'Core 0' | cut -c14-19 | sed '/^$/d'}°C $alignr${execi 8 sensors -f | grep -A 0 'Core 0' | cut -c14-19 | sed '/^$/d'}°F
Core 2 : ${execi 8 sensors | grep -A 0 'Core 1' | cut -c14-19 | sed '/^$/d'}°C $alignr${execi 8 sensors -f | grep -A 0 'Core 1' | cut -c14-19 | sed '/^$/d'}°F
Core 3 : ${execi 8 sensors | grep -A 0 'Core 2' | cut -c14-19 | sed '/^$/d'}°C $alignr${execi 8 sensors -f | grep -A 0 'Core 2' | cut -c14-19 | sed '/^$/d'}°F
Core 4 : ${execi 8 sensors | grep -A 0 'Core 3' | cut -c14-19 | sed '/^$/d'}°C $alignr${execi 8 sensors -f | grep -A 0 'Core 3' | cut -c14-19 | sed '/^$/d'}°F
There are 0 users viewing this topic.
Leave a comment: