mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-27 00:58:36 +00:00
Fix error in docs regarding graph arguments.
This commit is contained in:
parent
34db4eb49b
commit
17d5310981
@ -689,9 +689,9 @@
|
|||||||
<command>
|
<command>
|
||||||
<option>diskiograph</option>
|
<option>diskiograph</option>
|
||||||
</command>
|
</command>
|
||||||
<option>("normal"|"log") (height),(width) (gradient
|
<option>(device) ("normal"|"log") (height),(width) (gradient
|
||||||
colour 1) (gradient colour 2) (scale) (-t)
|
colour 1) (gradient colour 2) (scale) (-t)
|
||||||
(device)</option>
|
</option>
|
||||||
</term>
|
</term>
|
||||||
<listitem>Disk IO graph, colours defined in hex, minus the
|
<listitem>Disk IO graph, colours defined in hex, minus the
|
||||||
#. If scale is non-zero, it becomes the scale for the
|
#. If scale is non-zero, it becomes the scale for the
|
||||||
@ -707,9 +707,9 @@
|
|||||||
<command>
|
<command>
|
||||||
<option>diskiograph_read</option>
|
<option>diskiograph_read</option>
|
||||||
</command>
|
</command>
|
||||||
<option>("normal"|"log") (height),(width) (gradient
|
<option>(device) ("normal"|"log") (height),(width) (gradient
|
||||||
colour 1) (gradient colour 2) (scale) (-t)
|
colour 1) (gradient colour 2) (scale) (-t)
|
||||||
(device)</option>
|
</option>
|
||||||
</term>
|
</term>
|
||||||
<listitem>Disk IO graph for reads, colours defined in hex,
|
<listitem>Disk IO graph for reads, colours defined in hex,
|
||||||
minus the #. If scale is non-zero, it becomes the scale for
|
minus the #. If scale is non-zero, it becomes the scale for
|
||||||
@ -726,9 +726,9 @@
|
|||||||
<command>
|
<command>
|
||||||
<option>diskiograph_write</option>
|
<option>diskiograph_write</option>
|
||||||
</command>
|
</command>
|
||||||
<option>("normal"|"log") (height),(width) (gradient
|
<option>(device) ("normal"|"log") (height),(width) (gradient
|
||||||
colour 1) (gradient colour 2) (scale) (-t)
|
colour 1) (gradient colour 2) (scale) (-t)
|
||||||
(device)</option>
|
</option>
|
||||||
</term>
|
</term>
|
||||||
<listitem>Disk IO graph for writes, colours defined in hex,
|
<listitem>Disk IO graph for writes, colours defined in hex,
|
||||||
minus the #. If scale is non-zero, it becomes the scale for
|
minus the #. If scale is non-zero, it becomes the scale for
|
||||||
@ -765,9 +765,9 @@
|
|||||||
<command>
|
<command>
|
||||||
<option>downspeedgraph</option>
|
<option>downspeedgraph</option>
|
||||||
</command>
|
</command>
|
||||||
<option>("normal"|"log") (height),(width) (gradient
|
<option>(netdev) ("normal"|"log") (height),(width) (gradient
|
||||||
colour 1) (gradient colour 2) (scale) (-t)
|
colour 1) (gradient colour 2) (scale) (-t)
|
||||||
(net)</option>
|
</option>
|
||||||
</term>
|
</term>
|
||||||
<listitem>Download speed graph, colours defined in hex,
|
<listitem>Download speed graph, colours defined in hex,
|
||||||
minus the #. If scale is non-zero, it becomes the scale for
|
minus the #. If scale is non-zero, it becomes the scale for
|
||||||
@ -1777,9 +1777,10 @@
|
|||||||
<command>
|
<command>
|
||||||
<option>lua_graph</option>
|
<option>lua_graph</option>
|
||||||
</command>
|
</command>
|
||||||
<option>("normal"|"log") (height),(width) (gradient
|
<option>
|
||||||
colour 1) (gradient colour 2) (scale) (-t)
|
function_name (function parameters)
|
||||||
function_name (function parameters)</option>
|
("normal"|"log") (height),(width) (gradient colour 1) (gradient colour 2) (scale) (-t)
|
||||||
|
</option>
|
||||||
</term>
|
</term>
|
||||||
<listitem>Executes a Lua function with given parameters and
|
<listitem>Executes a Lua function with given parameters and
|
||||||
draws a graph. Expects result value to be any number, and by default will scale to show the full range. See also 'lua_load' on how to load
|
draws a graph. Expects result value to be any number, and by default will scale to show the full range. See also 'lua_load' on how to load
|
||||||
@ -3060,9 +3061,9 @@
|
|||||||
<command>
|
<command>
|
||||||
<option>upspeedgraph</option>
|
<option>upspeedgraph</option>
|
||||||
</command>
|
</command>
|
||||||
<option>("normal"|"log") (height),(width) (gradient
|
<option>(netdev) ("normal"|"log") (height),(width) (gradient
|
||||||
colour 1) (gradient colour 2) (scale) (-t)
|
colour 1) (gradient colour 2) (scale) (-t)
|
||||||
(net)</option>
|
</option>
|
||||||
</term>
|
</term>
|
||||||
<listitem>Upload speed graph, colours defined in hex, minus
|
<listitem>Upload speed graph, colours defined in hex, minus
|
||||||
the #. If scale is non-zero, it becomes the scale for the
|
the #. If scale is non-zero, it becomes the scale for the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user