<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=1745&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] <Ascii> Conky ~ Errors in configuration file]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=1745</link>
		<description><![CDATA[The most recent posts in [SOLVED] <Ascii> Conky ~ Errors in configuration file.]]></description>
		<lastBuildDate>Sat, 25 Nov 2017 22:06:13 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] <Ascii> Conky ~ Errors in configuration file]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=6446#p6446</link>
			<description><![CDATA[<p>Thankyou Sir!</p><p>But I did forgot to look into: /etc/conky</p><p>Strangely, the versions are same, but Debian didnt made any issues on the use of the older configuration technique.</p>]]></description>
			<author><![CDATA[dummy@example.com (makh)]]></author>
			<pubDate>Sat, 25 Nov 2017 22:06:13 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=6446#p6446</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] <Ascii> Conky ~ Errors in configuration file]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=6442#p6442</link>
			<description><![CDATA[<p>I ran into similar problems when I tried to use my conkyrc from jessie on a new ascii install.</p><p>Add conky.config = {and put the rest in braces}<br />Add a space after the =<br />Add a comma at the end of each line except the last.<br />Values go in single quotes, booleans don&#039;t. </p><p>Do that much, and you&#039;ll probably get rid of most of the errors. Some of the options may have changed. Here&#039;s what&#039;s working for me: </p><div class="codebox"><pre class="vscroll"><code>conky.config = {
    alignment = &#039;bottom_left&#039;,
    background = true,
    border_width = 1,
    cpu_avg_samples = 2,
	default_color = &#039;white&#039;,
    default_outline_color = &#039;white&#039;,
    default_shade_color = &#039;white&#039;,
    draw_borders = false,
    draw_graph_borders = true,
    draw_outline = false,
    draw_shades = false,
    use_xft = true,
    font = &#039;DejaVu Sans Mono:size=10&#039;,
    gap_x = 4,
    gap_y = 4,
    minimum_height = 5,
	minimum_width = 10,
	maximum_width = 366,
    net_avg_samples = 2,
    no_buffers = true,
    out_to_console = false,
    out_to_stderr = false,
    extra_newline = false,
    own_window = true,
    own_window_class = &#039;Conky&#039;,
    own_window_type = &#039;desktop&#039;,
    own_window_transparent = true,
    stippled_borders = 0,
    update_interval = 1.0,
    uppercase = false,
    use_spacer = &#039;none&#039;,
    show_graph_scale = false,
    show_graph_range = false
}</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Sat, 25 Nov 2017 21:12:32 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=6442#p6442</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] <Ascii> Conky ~ Errors in configuration file]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=6438#p6438</link>
			<description><![CDATA[<p>Hi</p><p>I have this configuration file running smooth on Stretch:</p><div class="codebox"><pre class="vscroll"><code># For Xfce only, inside Virtualbox
#
# white backgoung with black fonts or colored

alignment top_right
background no
border_width 2
cpu_avg_samples 4
default_color black
default_outline_color tango
default_shade_color white
draw_borders yes
draw_graph_borders yes
draw_outline no
draw_shades no
use_xft yes
xftfont DejaVu Sans Mono:bold:size=10:black
gap_x 5
gap_y 50
# Play
minimum_size 120 483
maximum_width 140
net_avg_samples 1
no_buffers yes
out_to_console no
out_to_stderr no
extra_newline no
own_window yes
own_window_class Conky
own_window_type override
stippled_borders 0
uppercase no
use_spacer none
show_graph_scale no
show_graph_range no

double_buffer yes

# Opacity yes/no:
own_window_transparent no

own_window_colour light yellow

update_interval 1.0
update_interval_on_battery 4.0

TEXT
${color navy blue}   Remember
#
#
${color tango}uptime: ${color navy blue}$uptime_short 
#
#
${color }${execi 3600 uname -r}
#
#
$color${font Goudy Bookletter 1911:style=Bold:size=9}SYSTEM${font} ${hr 3}
#
#
${color}Cpu-1: ${color blue}${if_match ${cpu cpu1}&gt;80}${color red}$endif${cpu cpu1}% ${color magneta}${freq_g cpu1}GHz
${color}Cpu-2: ${color blue}${if_match ${cpu cpu2}&gt;80}${color red}$endif${cpu cpu2}% ${color magneta}${freq_g cpu2}GHz
${color}Cpu-3: ${color blue}${if_match ${cpu cpu3}&gt;80}${color red}$endif${cpu cpu3}% ${color magneta}${freq_g cpu3}GHz
${color}Cpu-4: ${color blue}${if_match ${cpu cpu4}&gt;80}${color red}$endif${cpu cpu4}% ${color magneta}${freq_g cpu4}GHz
${color }${hr 3}
#
#
${color}Mem: ${color magneta}$mem${color blue}/$memmax
#
#
${color}Swap:${color magneta} $swap${color blue}/$swapmax
#
#
${color }Procs/Run:${color blue}$processes${color }/${color magneta}$running_processes
${color }${hr 3}
#
#
${color navy blue}\
CPU %  PROCESS
${font Goudy Bookletter 1911:style=Bold:size=8}${color red}\
${top cpu 1}  ${top name 1}
${color tango}\
${top cpu 2}  ${top name 2}
${top cpu 3}  ${top name 3}
${top cpu 4}  ${top name 4}
${color blue}\
${top cpu 5}  ${top name 5}
${top cpu 6}  ${top name 6}
#${top cpu 7}  ${top name 7}
#${top cpu 8}  ${top name 8}
#${top cpu 9}  ${top name 9}
${color }${hr 3}
#
#
${color }MEMORY:
${color blue}${top_mem mem 1}  ${top_mem name 1}
${top_mem mem 2}  ${top_mem name 2}
${top_mem mem 3}  ${top_mem name 3}
${top_mem mem 4}  ${top_mem name 4}
${top_mem mem 4}  ${top_mem name 4}
${color }${hr 3}
#
#
${font arial:size=10:bold}${color }FILE SYSTEMS (~free):${font arial:size=10}
 ${color blue}ROOT ${color magneta}${fs_used /}${color }~${fs_free /}
${color }${hr 3}
#
#
${font arial:size=10:bold}${color}DISK WRITE/READ ${font Bullets:size=8:bold}
 ${color blue}sda: ${color dark tango}${diskio_write sda}/${diskio_read sda}
${if_existing /dev/cdrom}\
 ${color navy blue}cd:  ${color dark red}${font Bullets:size=8:bold}\
${diskio_write sr0}/${diskio_read sr0}$endif 
${if_existing /dev/sdb}\
 ${color blue}sdb: ${color dark tango}${font Bullets:size=8:bold}${diskio_write 
sdb}/${diskio_read sdb}$endif\</code></pre></div><p>Dejavu fonts are installed. The versions of conky are same.</p><p>Conky doesnt execute, giving following non stop issues:</p><div class="codebox"><pre class="vscroll"><code>myuser@vmdev1r1:~$ conky -c 30_conky.conf 

conky: Syntax error (30_conky.conf:1: &#039;=&#039; expected near &#039;top_right&#039;) while reading config file. 
conky: Assuming it&#039;s in old syntax and attempting conversion.
conky: can&#039;t parse X color &#039;tango&#039;
conky: desktop window (2e00003) is subwindow of root window (281)
conky: window type - override
conky: drawing to created window (0x3800001)
conky: drawing to double buffer
conky: can&#039;t parse X color &#039;tango&#039;
conky: can&#039;t parse X color &#039;magneta&#039;
conky: can&#039;t parse X color &#039;magneta&#039;
conky: can&#039;t parse X color &#039;magneta&#039;
conky: can&#039;t parse X color &#039;magneta&#039;
conky: can&#039;t parse X color &#039;magneta&#039;
conky: can&#039;t parse X color &#039;magneta&#039;
conky: can&#039;t parse X color &#039;magneta&#039;
conky: can&#039;t parse X color &#039;tango&#039;
conky: can&#039;t parse X color &#039;magneta&#039;
conky: can&#039;t parse X color &#039;dark tango&#039;
conky: can&#039;t parse X color &#039;dark tango&#039;
conky: diskio device &#039;sdb&#039; does not exist
conky: diskio device &#039;sdb&#039; does not exist
conky: obj-&gt;data.i 3 info.cpu_count 2
conky: attempting to use more CPUs than you have!
myuser@vmdev1r1:~$ conky -c 30_conky.conf 
conky: Syntax error (30_conky.conf:2: &#039;=&#039; expected near &#039;no&#039;) while reading config file. 
conky: Assuming it&#039;s in old syntax and attempting conversion.
conky: [string &quot;...&quot;]:151: [string &quot;converted config&quot;]:2: &#039;}&#039; expected (to close &#039;{&#039; at line 1) near &#039;=&#039;

myuser@vmdev1r1:~$ conky -c 30_conky.conf &amp;
[1] 7898

myuser@vmdev1r1:~$ conky: Syntax error (30_conky.conf:2: &#039;=&#039; expected near &#039;no&#039;) while reading config file. 
conky: Assuming it&#039;s in old syntax and attempting conversion.
conky: [string &quot;...&quot;]:151: [string &quot;converted config&quot;]:2: &#039;}&#039; expected (to close &#039;{&#039; at line 1) near &#039;=&#039;

[1]+  Exit 1                  conky -c 30_conky.conf

myuser@vmdev1r1:~$ conky -c 30_conky.conf &amp;
[1] 7976

myuser@vmdev1r1:~$ conky: Syntax error (30_conky.conf:1: &#039;=&#039; expected near &#039;top_right&#039;) while reading config file. 
conky: Assuming it&#039;s in old syntax and attempting conversion.
conky: desktop window (2e00003) is subwindow of root window (281)
conky: window type - override
conky: drawing to created window (0x3800001)
conky: drawing to double buffer
conky: can&#039;t parse X color &#039;tango&#039;
conky: can&#039;t parse X color &#039;magneta&#039;
conky: can&#039;t parse X color &#039;magneta&#039;
conky: can&#039;t parse X color &#039;magneta&#039;
conky: can&#039;t parse X color &#039;magneta&#039;
conky: can&#039;t parse X color &#039;magneta&#039;
conky: can&#039;t parse X color &#039;magneta&#039;
conky: can&#039;t parse X color &#039;magneta&#039;
conky: can&#039;t parse X color &#039;tango&#039;
conky: can&#039;t parse X color &#039;magneta&#039;
conky: can&#039;t parse X color &#039;dark tango&#039;
conky: can&#039;t parse X color &#039;dark tango&#039;
conky: diskio device &#039;sdb&#039; does not exist
conky: diskio device &#039;sdb&#039; does not exist
conky: obj-&gt;data.i 3 info.cpu_count 2
conky: attempting to use more CPUs than you have!
conky -c 30_conky.conf &amp;
[2] 8002
[1]   Exit 1                  conky -c 30_conky.conf

myuser@vmdev1r1:~$ conky: Syntax error (30_conky.conf:2: &#039;=&#039; expected near &#039;no&#039;) while reading config file. 
conky: Assuming it&#039;s in old syntax and attempting conversion.
conky: Invalid value &#039;=top_right&#039; for setting &#039;alignment&#039;. Valid values are: &#039;top_left&#039;, &#039;top_right&#039;, &#039;top_middle&#039;, &#039;bottom_left&#039;, &#039;bottom_right&#039;, &#039;bottom_middle&#039;, &#039;middle_left&#039;, &#039;middle_middle&#039;, &#039;middle_right&#039;, &#039;tl&#039;, &#039;tr&#039;, &#039;tm&#039;, &#039;bl&#039;, &#039;br&#039;, &#039;bm&#039;, &#039;ml&#039;, &#039;mm&#039;, &#039;mr&#039;, &#039;none&#039;.
conky: desktop window (2e00003) is subwindow of root window (281)
conky: window type - override
conky: drawing to created window (0x3800001)
conky: drawing to double buffer
conky: can&#039;t parse X color &#039;tango&#039;
conky: can&#039;t parse X color &#039;magneta&#039;
conky: can&#039;t parse X color &#039;magneta&#039;
conky: can&#039;t parse X color &#039;magneta&#039;
conky: can&#039;t parse X color &#039;magneta&#039;
conky: can&#039;t parse X color &#039;magneta&#039;
conky: can&#039;t parse X color &#039;magneta&#039;
conky: can&#039;t parse X color &#039;magneta&#039;
conky: can&#039;t parse X color &#039;tango&#039;
conky: can&#039;t parse X color &#039;magneta&#039;
conky: can&#039;t parse X color &#039;dark tango&#039;
conky: can&#039;t parse X color &#039;dark tango&#039;
conky: diskio device &#039;sdb&#039; does not exist
conky: diskio device &#039;sdb&#039; does not exist
conky: obj-&gt;data.i 3 info.cpu_count 2
conky: attempting to use more CPUs than you have!

[2]+  Exit 1                  conky -c 30_conky.conf

myuser@vmdev1r1:~$ conky -c 30_conky.conf  
conky: Syntax error (30_conky.conf:3: &#039;=&#039; expected near &#039;2&#039;) while reading config file. 
conky: Assuming it&#039;s in old syntax and attempting conversion.
conky: Invalid value &#039;=top_right&#039; for setting &#039;alignment&#039;. Valid values are: &#039;top_left&#039;, &#039;top_right&#039;, &#039;top_middle&#039;, &#039;bottom_left&#039;, &#039;bottom_right&#039;, &#039;bottom_middle&#039;, &#039;middle_left&#039;, &#039;middle_middle&#039;, &#039;middle_right&#039;, &#039;tl&#039;, &#039;tr&#039;, &#039;tm&#039;, &#039;bl&#039;, &#039;br&#039;, &#039;bm&#039;, &#039;ml&#039;, &#039;mm&#039;, &#039;mr&#039;, &#039;none&#039;.
conky: desktop window (2e00003) is subwindow of root window (281)
conky: window type - override
conky: drawing to created window (0x3800001)
conky: drawing to double buffer
conky: can&#039;t parse X color &#039;tango&#039;
conky: can&#039;t parse X color &#039;magneta&#039;
conky: can&#039;t parse X color &#039;magneta&#039;
conky: can&#039;t parse X color &#039;magneta&#039;
conky: can&#039;t parse X color &#039;magneta&#039;
conky: can&#039;t parse X color &#039;magneta&#039;
conky: can&#039;t parse X color &#039;magneta&#039;
conky: can&#039;t parse X color &#039;magneta&#039;
conky: can&#039;t parse X color &#039;tango&#039;
conky: can&#039;t parse X color &#039;magneta&#039;
conky: can&#039;t parse X color &#039;dark tango&#039;
conky: can&#039;t parse X color &#039;dark tango&#039;
conky: diskio device &#039;sdb&#039; does not exist
conky: diskio device &#039;sdb&#039; does not exist
conky: obj-&gt;data.i 3 info.cpu_count 2
conky: attempting to use more CPUs than you have!

myuser@vmdev1r1:~$ conky -c 30_conky.conf 
conky: Syntax error (30_conky.conf:8: &#039;=&#039; expected near &#039;yes&#039;) while reading config file. 
conky: Assuming it&#039;s in old syntax and attempting conversion.
conky: [string &quot;...&quot;]:151: [string &quot;converted config&quot;]:4: unexpected symbol near &#039;=&#039;

myuser@vmdev1r1:~$ conky -c 30_conky.conf 
conky: Syntax error (30_conky.conf:13: &#039;=&#039; expected near &#039;DejaVu&#039;) while reading config file. 
conky: Assuming it&#039;s in old syntax and attempting conversion.
conky: [string &quot;...&quot;]:151: [string &quot;converted config&quot;]:4: unexpected symbol near &#039;=&#039;

myuser@vmdev1r1:~$ conky -c 30_conky.conf 
conky: Syntax error (30_conky.conf:13: &#039;=&#039; expected near &#039;Mono&#039;) while reading config file. 
conky: Assuming it&#039;s in old syntax and attempting conversion.
conky: [string &quot;...&quot;]:151: [string &quot;converted config&quot;]:4: unexpected symbol near &#039;=&#039;

myuser@vmdev1r1:~$ conky -c 30_conky.conf 
conky: Syntax error (30_conky.conf:13: function arguments expected near &#039;:&#039;) while reading config file. 
conky: Assuming it&#039;s in old syntax and attempting conversion.
conky: [string &quot;...&quot;]:151: [string &quot;converted config&quot;]:4: unexpected symbol near &#039;=&#039;

myuser@vmdev1r1:~$ conky -c 30_conky.conf 
conky: Syntax error (30_conky.conf:13: function arguments expected near &#039;:&#039;) while reading config file. 
conky: Assuming it&#039;s in old syntax and attempting conversion.
conky: [string &quot;...&quot;]:151: [string &quot;converted config&quot;]:4: unexpected symbol near &#039;=&#039;

myuser@vmdev1r1:~$ conky -c 30_conky.conf 
conky: Syntax error (30_conky.conf:13: unexpected symbol near &#039;#&#039;) while reading config file. 
conky: Assuming it&#039;s in old syntax and attempting conversion.
conky: [string &quot;...&quot;]:151: [string &quot;converted config&quot;]:4: unexpected symbol near &#039;=&#039;

myuser@vmdev1r1:~$ conky -c 30_conky.conf 
conky: Syntax error (30_conky.conf:13: unexpected symbol near &#039;#&#039;) while reading config file. 
conky: Assuming it&#039;s in old syntax and attempting conversion.
conky: [string &quot;...&quot;]:151: [string &quot;converted config&quot;]:4: unexpected symbol near &#039;=&#039;

myuser@vmdev1r1:~$ conky -c 30_conky.conf 
conky: Syntax error (30_conky.conf:13: function arguments expected near &#039;:&#039;) while reading config file. 
conky: Assuming it&#039;s in old syntax and attempting conversion.
conky: [string &quot;...&quot;]:151: [string &quot;converted config&quot;]:4: unexpected symbol near &#039;=&#039;

myuser@vmdev1r1:~$ conky -c 30_conky.conf 
conky: Syntax error (30_conky.conf:14: unexpected symbol near &#039;=&#039;) while reading config file. 
conky: Assuming it&#039;s in old syntax and attempting conversion.
conky: [string &quot;...&quot;]:151: [string &quot;converted config&quot;]:4: unexpected symbol near &#039;=&#039;

myuser@vmdev1r1:~$ conky -c 30_conky.conf 
conky: Syntax error (30_conky.conf:14: unexpected symbol near &#039;10&#039;) while reading config file. 
conky: Assuming it&#039;s in old syntax and attempting conversion.
conky: [string &quot;...&quot;]:151: [string &quot;converted config&quot;]:4: unexpected symbol near &#039;=&#039;

myuser@vmdev1r1:~$ conky -c 30_conky.conf 
conky: Syntax error (30_conky.conf:18: unexpected symbol near &#039;#&#039;) while reading config file. 
conky: Assuming it&#039;s in old syntax and attempting conversion.
conky: [string &quot;...&quot;]:151: [string &quot;converted config&quot;]:4: unexpected symbol near &#039;=&#039;

myuser@vmdev1r1:~$ conky -c 30_conky.conf 
conky: Syntax error (30_conky.conf:18: &#039;&lt;name&gt;&#039; expected near &#039;120&#039;) while reading config file. 
conky: Assuming it&#039;s in old syntax and attempting conversion.
conky: [string &quot;...&quot;]:151: [string &quot;converted config&quot;]:4: unexpected symbol near &#039;=&#039;

myuser@vmdev1r1:~$ conky -c 30_conky.conf 
conky: Syntax error (30_conky.conf:18: unexpected symbol near &#039;483&#039;) while reading config file. 
conky: Assuming it&#039;s in old syntax and attempting conversion.
conky: [string &quot;...&quot;]:151: [string &quot;converted config&quot;]:4: unexpected symbol near &#039;=&#039;

myuser@vmdev1r1:~$ conky -c 30_conky.conf 
conky: Syntax error (30_conky.conf:18: malformed number near &#039;120x&#039;) while reading config file. 
conky: Assuming it&#039;s in old syntax and attempting conversion.
conky: [string &quot;...&quot;]:151: [string &quot;converted config&quot;]:4: unexpected symbol near &#039;=&#039;

myuser@vmdev1r1:~$ conky -c 30_conky.conf 
conky: Syntax error (30_conky.conf:18: &#039;=&#039; expected near &#039;120&#039;) while reading config file. 
conky: Assuming it&#039;s in old syntax and attempting conversion.
conky: [string &quot;...&quot;]:151: [string &quot;converted config&quot;]:4: unexpected symbol near &#039;=&#039;

myuser@vmdev1r1:~$ conky -c 30_conky.conf 
conky: Syntax error (30_conky.conf:18: unexpected symbol near &#039;483&#039;) while reading config file. 
conky: Assuming it&#039;s in old syntax and attempting conversion.
conky: [string &quot;...&quot;]:151: [string &quot;converted config&quot;]:4: unexpected symbol near &#039;=&#039;

myuser@vmdev1r1:~$ conky -c 30_conky.conf 
conky: Syntax error (30_conky.conf:34: &#039;=&#039; expected near &#039;yes&#039;) while reading config file. 
conky: Assuming it&#039;s in old syntax and attempting conversion.
conky: [string &quot;...&quot;]:151: [string &quot;converted config&quot;]:4: unexpected symbol near &#039;=&#039;

myuser@vmdev1r1:~$ conky -c 30_conky.conf 
conky: Syntax error (30_conky.conf:36: unexpected symbol near &#039;#&#039;) while reading config file. 
conky: Assuming it&#039;s in old syntax and attempting conversion.
conky: [string &quot;...&quot;]:151: [string &quot;converted config&quot;]:4: unexpected symbol near &#039;=&#039;

myuser@vmdev1r1:~$ conky -c 30_conky.conf 
conky: Syntax error (30_conky.conf:36: &#039;=&#039; expected near &#039;no&#039;) while reading config file. 
conky: Assuming it&#039;s in old syntax and attempting conversion.
conky: [string &quot;...&quot;]:151: [string &quot;converted config&quot;]:4: unexpected symbol near &#039;=&#039;

myuser@vmdev1r1:~$ conky -c 30_conky.conf 
conky: Syntax error (30_conky.conf:40: &#039;=&#039; expected near &#039;update_interval&#039;) while reading config file. 
conky: Assuming it&#039;s in old syntax and attempting conversion.
conky: [string &quot;...&quot;]:151: [string &quot;converted config&quot;]:4: unexpected symbol near &#039;=&#039;

myuser@vmdev1r1:~$ conky -c 30_conky.conf 
conky: Syntax error (30_conky.conf:40: &#039;=&#039; expected near &#039;update_interval&#039;) while reading config file. 
conky: Assuming it&#039;s in old syntax and attempting conversion.
conky: [string &quot;...&quot;]:151: [string &quot;converted config&quot;]:4: unexpected symbol near &#039;=&#039;

myuser@vmdev1r1:~$ conky -c 30_conky.conf 
conky: Syntax error (30_conky.conf:40: &#039;=&#039; expected near &#039;update_interval&#039;) while reading config file. 
conky: Assuming it&#039;s in old syntax and attempting conversion.
conky: [string &quot;...&quot;]:151: [string &quot;converted config&quot;]:4: unexpected symbol near &#039;=&#039;

myuser@vmdev1r1:~$ conky -c 30_conky.conf 
conky: Syntax error (30_conky.conf:40: &#039;=&#039; expected near &#039;update_interval&#039;) while reading config file. 
conky: Assuming it&#039;s in old syntax and attempting conversion.
conky: [string &quot;...&quot;]:151: [string &quot;converted config&quot;]:4: unexpected symbol near &#039;=&#039;

myuser@vmdev1r1:~$ conky -c 30_conky.conf 
conky: Syntax error (30_conky.conf:40: &#039;=&#039; expected near &#039;update_interval&#039;) while reading config file. 
conky: Assuming it&#039;s in old syntax and attempting conversion.
conky: [string &quot;...&quot;]:151: [string &quot;converted config&quot;]:4: unexpected symbol near &#039;=&#039;

myuser@vmdev1r1:~$ conky -c 30_conky.conf 
conky: Syntax error (30_conky.conf:40: &#039;=&#039; expected near &#039;TEXT&#039;) while reading config file. 
conky: Assuming it&#039;s in old syntax and attempting conversion.
conky: [string &quot;...&quot;]:151: [string &quot;converted config&quot;]:4: unexpected symbol near &#039;=&#039;

myuser@vmdev1r1:~$ conky -c 30_conky.conf 
conky: Syntax error (30_conky.conf:41: unexpected symbol near &#039;$&#039;) while reading config file. 
conky: Assuming it&#039;s in old syntax and attempting conversion.
conky: [string &quot;...&quot;]:151: [string &quot;converted config&quot;]:4: unexpected symbol near &#039;=&#039;</code></pre></div><p>The last error came with following changes:</p><div class="codebox"><pre class="vscroll"><code>alignment =top_right
background =no
border_width =2
cpu_avg_samples =4
default_color =black
default_outline_color =red
default_shade_color =white
draw_borders =yes
draw_graph_borders =yes
draw_outline =no
draw_shades =no
use_xft =yes
xftfont =Arial
xftfont =fontsize10
xftfont =bold
gap_x =5
gap_y =50
minimum_size =120,483
maximum_width =140
net_avg_samples =1
no_buffers =yes
out_to_console =no
out_to_stderr =no
extra_newline =no
own_window =yes
own_window_class =Conky
own_window_type =override
stippled_borders =0
uppercase =no
use_spacer =none
show_graph_scale =no
show_graph_range =no

double_buffer =yes

own_window_transparent =no

own_window_colour =light yellow

=TEXT
${color navy blue}   Rem
#
#
${color tango}uptime: ${color navy blue}$uptime_short 
#
#
${color }${execi 3600 uname -r}
#
#
$color${font Goudy Bookletter 1911:style=Bold:size=9}SYSTEM${font} ${hr 3}
#
#
${color}Cpu-1: ${color blue}${if_match ${cpu cpu1}&gt;80}${color red}$endif${cpu cpu1}% ${color magneta}${freq_g cpu1}GHz
${color}Cpu-2: ${color blue}${if_match ${cpu cpu2}&gt;80}${color red}$endif${cpu cpu2}% ${color magneta}${freq_g cpu2}GHz
${color}Cpu-3: ${color blue}${if_match ${cpu cpu3}&gt;80}${color red}$endif${cpu cpu3}% ${color magneta}${freq_g cpu3}GHz
${color}Cpu-4: ${color blue}${if_match ${cpu cpu4}&gt;80}${color red}$endif${cpu cpu4}% ${color magneta}${freq_g cpu4}GHz
${color }${hr 3}
#
#
${color}Mem: ${color magneta}$mem${color blue}/$memmax
#
#
${color}Swap:${color magneta} $swap${color blue}/$swapmax
#
#
${color }Procs/Run:${color blue}$processes${color }/${color magneta}$running_processes
${color }${hr 3}
#
#
${color navy blue}\
CPU %  PROCESS
${font Goudy Bookletter 1911:style=Bold:size=8}${color red}\
${top cpu 1}  ${top name 1}
${color tango}\
${top cpu 2}  ${top name 2}
${top cpu 3}  ${top name 3}
${top cpu 4}  ${top name 4}
${color blue}\
${top cpu 5}  ${top name 5}
${top cpu 6}  ${top name 6}
#${top cpu 7}  ${top name 7}
#${top cpu 8}  ${top name 8}
#${top cpu 9}  ${top name 9}
${color }${hr 3}
#
#
${color }MEMORY:
${color blue}${top_mem mem 1}  ${top_mem name 1}
${top_mem mem 2}  ${top_mem name 2}
${top_mem mem 3}  ${top_mem name 3}
${top_mem mem 4}  ${top_mem name 4}
${top_mem mem 4}  ${top_mem name 4}
${color }${hr 3}
#
#
${font arial:size=10:bold}${color }FILE SYSTEMS (~free):${font arial:size=10}
 ${color blue}ROOT ${color magneta}${fs_used /}${color }~${fs_free /}
${color }${hr 3}
#
#
${font arial:size=10:bold}${color}DISK WRITE/READ ${font Bullets:size=8:bold}
 ${color blue}sda: ${color dark tango}${diskio_write sda}/${diskio_read sda}
${if_existing /dev/cdrom}\
 ${color navy blue}cd:  ${color dark red}${font Bullets:size=8:bold}\
${diskio_write sr0}/${diskio_read sr0}$endif 
${if_existing /dev/sdb}\
 ${color blue}sdb: ${color dark tango}${font Bullets:size=8:bold}${diskio_write 
sdb}/${diskio_read sdb}$endif\</code></pre></div><p>But this changed and reformatted code doesnt seems right, to me.</p><p>Kindly advise.</p><p>Thankyou</p>]]></description>
			<author><![CDATA[dummy@example.com (makh)]]></author>
			<pubDate>Sat, 25 Nov 2017 19:12:27 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=6438#p6438</guid>
		</item>
	</channel>
</rss>
