1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-02-05 05:28:32 +00:00

Fix indentation.

This commit is contained in:
Brenden Matthews 2010-10-05 13:25:32 -07:00
parent 15006a1a41
commit 34fc51fdc0

View File

@ -1016,11 +1016,11 @@
use a temperature gradient, which makes the gradient values use a temperature gradient, which makes the gradient values
change depending on the amplitude of a particular graph change depending on the amplitude of a particular graph
value (try it and see). If -t or -l is your first argument, value (try it and see). If -t or -l is your first argument,
you may need to preceed it by a space (' '). You may also use you may need to preceed it by a space (' '). You may also use
double-quotes around the exec argument should you need to execute a double-quotes around the exec argument should you need to execute a
command with spaces. For example, ${execgraph "date +'%S'"} to execute command with spaces. For example, ${execgraph "date +'%S'"} to execute
`date +'%S'` and graph the result. Without quotes, it would simply `date +'%S'` and graph the result. Without quotes, it would simply
print the result of `date`. print the result of `date`.
<para /></listitem> <para /></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
@ -1032,7 +1032,7 @@
</term> </term>
<listitem>Same as exec but with specific interval. Interval <listitem>Same as exec but with specific interval. Interval
can't be less than update_interval in configuration. See can't be less than update_interval in configuration. See
also $texeci also $texeci
<para /></listitem> <para /></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>