2009-07-08 08:09:06 +00:00
|
|
|
<variablelist>
|
|
|
|
<varlistentry>
|
|
|
|
<term>
|
|
|
|
<command>
|
|
|
|
<option>conky_parse(string)</option>
|
|
|
|
</command>
|
|
|
|
<option>function</option>
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<para>This function takes a string that is evaluated as
|
|
|
|
per Conky's TEXT section, and then returns a string
|
|
|
|
with the result.</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
|
|
<term>
|
|
|
|
<command>
|
|
|
|
<option>conky_window</option>
|
|
|
|
</command>
|
|
|
|
<option>table</option>
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<para>This table contains some information about
|
|
|
|
Conky's window. The following table describes the
|
|
|
|
values contained:</para>
|
|
|
|
<simplelist>
|
|
|
|
<member>
|
|
|
|
<command>drawable</command>
|
2009-07-13 05:31:57 +00:00
|
|
|
<option>Window's drawable (Xlib
|
2009-07-08 08:09:06 +00:00
|
|
|
Drawable)</option>
|
|
|
|
</member>
|
|
|
|
<member>
|
|
|
|
<command>visual</command>
|
2009-07-13 05:31:57 +00:00
|
|
|
<option>Window's visual (Xlib Visual)</option>
|
2009-07-08 08:09:06 +00:00
|
|
|
</member>
|
|
|
|
<member>
|
|
|
|
<command>display</command>
|
2009-07-13 05:31:57 +00:00
|
|
|
<option>Window's display (Xlib
|
2009-07-08 08:09:06 +00:00
|
|
|
Display)</option>
|
|
|
|
</member>
|
|
|
|
<member>
|
|
|
|
<command>width</command>
|
2009-07-13 05:31:57 +00:00
|
|
|
<option>Window width (in pixels)</option>
|
2009-07-08 08:09:06 +00:00
|
|
|
</member>
|
|
|
|
<member>
|
|
|
|
<command>height</command>
|
2009-07-13 05:31:57 +00:00
|
|
|
<option>Window height (in pixels)</option>
|
2009-07-08 08:09:06 +00:00
|
|
|
</member>
|
|
|
|
<member>
|
|
|
|
<command>border_inner_margin</command>
|
2009-07-13 05:31:57 +00:00
|
|
|
<option>Window's inner border margin (in
|
2009-07-08 08:09:06 +00:00
|
|
|
pixels)</option>
|
|
|
|
</member>
|
|
|
|
<member>
|
|
|
|
<command>border_outer_margin</command>
|
2009-07-13 05:31:57 +00:00
|
|
|
<option>Window's outer border margin (in
|
2009-07-08 08:09:06 +00:00
|
|
|
pixels)</option>
|
|
|
|
</member>
|
|
|
|
<member>
|
|
|
|
<command>border_width</command>
|
2009-07-13 05:31:57 +00:00
|
|
|
<option>Window's border width (in
|
2009-07-08 08:09:06 +00:00
|
|
|
pixels)</option>
|
|
|
|
</member>
|
|
|
|
<member>
|
|
|
|
<command>text_start_x</command>
|
2009-07-13 05:31:57 +00:00
|
|
|
<option>The x component of the starting
|
2009-07-08 08:09:06 +00:00
|
|
|
coordinate of text drawing</option>
|
|
|
|
</member>
|
|
|
|
<member>
|
|
|
|
<command>text_start_y</command>
|
2009-07-13 05:31:57 +00:00
|
|
|
<option>The y component of the starting
|
2009-07-08 08:09:06 +00:00
|
|
|
coordinate of text drawing</option>
|
|
|
|
</member>
|
|
|
|
<member>
|
|
|
|
<command>text_width</command>
|
2009-07-13 05:31:57 +00:00
|
|
|
<option>The width of the text drawing
|
2009-07-08 08:09:06 +00:00
|
|
|
region</option>
|
|
|
|
</member>
|
|
|
|
<member>
|
|
|
|
<command>text_height</command>
|
2009-07-13 05:31:57 +00:00
|
|
|
<option>The height of the text drawing
|
2009-07-08 08:09:06 +00:00
|
|
|
region</option>
|
|
|
|
</member>
|
|
|
|
</simplelist>
|
|
|
|
<para>NOTE: This table is only defined when X support
|
|
|
|
is enabled.</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
|
|
<term>
|
|
|
|
<command>
|
|
|
|
<option>conky_build_info</option>
|
|
|
|
</command>
|
|
|
|
<option>string</option>
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<para>A string containing the build info for this
|
|
|
|
particular instance of Conky, including the version,
|
|
|
|
build date, and architecture.</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
|
|
<term>
|
|
|
|
<command>
|
|
|
|
<option>conky_version</option>
|
|
|
|
</command>
|
|
|
|
<option>string</option>
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<para>A string containing the version of the current
|
|
|
|
instance of Conky.</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
|
|
<term>
|
|
|
|
<command>
|
|
|
|
<option>conky_config</option>
|
|
|
|
</command>
|
|
|
|
<option>string</option>
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<para>A string containing the path of the current Conky
|
|
|
|
configuration file.</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
</variablelist>
|