Executing conky from a terminal screen results in an otherwise behind the scenes warning that continues every conky screen update/repaint.
?
The warning is: ¡°awk: warning: escape sequence `\'' treated as plain `''¡±
?
?
Script Code in error within ¡°~.conkyrc¡±:
?
bad
${font Arial:bold:size=14}${color White}Temp: $alignr ${exec /opt/vc/bin/vcgencmd measure_temp | awk -F "[=\']" '{print($2 * 1.8)+32}'} F
?
good
${font Arial:bold:size=14}${color White}Temp: $alignr ${exec /opt/vc/bin/vcgencmd measure_temp | awk -F "[=']" '{print($2 * 1.8)+32}'} F
?
?
?
I patched my systems:
?
~/pi-build/conky/conky-small line number 61
~/pi-build/conky/conky-medium line number 60
~/pi-build/conky/conky-large line number 64
~/pi-build/conky/conky-7inch line number 54
?
to read;
¡°${font Arial:bold:size=14}${color White}Temp: $alignr ${exec /opt/vc/bin/vcgencmd measure_temp | awk -F "[=']" '{print($2 * 1.8)+32}'} F
?
then executed Conky-Prefs.? ¡ resulting with:
?