mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-12-25 04:06:03 +00:00
fix man page error sf #1813483
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@972 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
parent
22852b88da
commit
c69e618c55
6
README
6
README
@ -622,7 +622,7 @@ VARIABLES
|
|||||||
Displays current disk IO for reads.
|
Displays current disk IO for reads.
|
||||||
|
|
||||||
|
|
||||||
diskio_readgraph (height),(width) (gradient colour 1) (gradient colour
|
diskiograph_read (height),(width) (gradient colour 1) (gradient colour
|
||||||
2) (scale)
|
2) (scale)
|
||||||
Disk IO graph for reads, colours defined in hex, minus the #. If
|
Disk IO graph for reads, colours defined in hex, minus the #. If
|
||||||
scale is non-zero, it becomes the scale for the graph.
|
scale is non-zero, it becomes the scale for the graph.
|
||||||
@ -632,7 +632,7 @@ VARIABLES
|
|||||||
Displays current disk IO for writes.
|
Displays current disk IO for writes.
|
||||||
|
|
||||||
|
|
||||||
diskio_writegraph (height),(width) (gradient colour 1) (gradient colour
|
diskiograph_write (height),(width) (gradient colour 1) (gradient colour
|
||||||
2) (scale)
|
2) (scale)
|
||||||
Disk IO graph for writes, colours defined in hex, minus the #.
|
Disk IO graph for writes, colours defined in hex, minus the #.
|
||||||
If scale is non-zero, it becomes the scale for the graph.
|
If scale is non-zero, it becomes the scale for the graph.
|
||||||
@ -1372,7 +1372,7 @@ VARIABLES
|
|||||||
|
|
||||||
|
|
||||||
EXAMPLES
|
EXAMPLES
|
||||||
conky -t '${time %D %H:%m}' -o -u 30
|
conky -t '${time %D %H:%M}' -o -u 30
|
||||||
Start Conky in its own window with date and clock as text and 30
|
Start Conky in its own window with date and clock as text and 30
|
||||||
sec update interval.
|
sec update interval.
|
||||||
|
|
||||||
|
@ -608,7 +608,7 @@ Disk IO graph, colours defined in hex, minus the #. If scale is non-zero, it bec
|
|||||||
Displays current disk IO for reads.
|
Displays current disk IO for reads.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
\fB\*(T<\fBdiskio_readgraph\fR\*(T>\fR \*(T<\fB(height),(width) (gradient colour 1) (gradient colour 2) (scale)\fR\*(T>
|
\fB\*(T<\fBdiskiograph_read\fR\*(T>\fR \*(T<\fB(height),(width) (gradient colour 1) (gradient colour 2) (scale)\fR\*(T>
|
||||||
Disk IO graph for reads, colours defined in hex, minus the #. If scale is non-zero, it becomes the scale for the graph.
|
Disk IO graph for reads, colours defined in hex, minus the #. If scale is non-zero, it becomes the scale for the graph.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
@ -616,7 +616,7 @@ Disk IO graph for reads, colours defined in hex, minus the #. If scale is non-ze
|
|||||||
Displays current disk IO for writes.
|
Displays current disk IO for writes.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
\fB\*(T<\fBdiskio_writegraph\fR\*(T>\fR \*(T<\fB(height),(width) (gradient colour 1) (gradient colour 2) (scale)\fR\*(T>
|
\fB\*(T<\fBdiskiograph_write\fR\*(T>\fR \*(T<\fB(height),(width) (gradient colour 1) (gradient colour 2) (scale)\fR\*(T>
|
||||||
Disk IO graph for writes, colours defined in hex, minus the #. If scale is non-zero, it becomes the scale for the graph.
|
Disk IO graph for writes, colours defined in hex, minus the #. If scale is non-zero, it becomes the scale for the graph.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
@ -1267,7 +1267,7 @@ Prints the song name in either the form "artist - title" or file name, depending
|
|||||||
|
|
||||||
.SH EXAMPLES
|
.SH EXAMPLES
|
||||||
.TP
|
.TP
|
||||||
\*(T<conky \*(T>\*(T<\fB\-t '${time %D %H:%m}' \-o \-u 30\fR\*(T>
|
\*(T<conky \*(T>\*(T<\fB\-t '${time %D %H:%M}' \-o \-u 30\fR\*(T>
|
||||||
Start Conky in its own window with date and clock as text and 30 sec update interval.
|
Start Conky in its own window with date and clock as text and 30 sec update interval.
|
||||||
.TP
|
.TP
|
||||||
\*(T<conky \*(T>\*(T<\fB\-a top_left \-x 5 \-y 500 \-d\fR\*(T>
|
\*(T<conky \*(T>\*(T<\fB\-a top_left \-x 5 \-y 500 \-d\fR\*(T>
|
||||||
|
@ -183,7 +183,7 @@
|
|||||||
<variablelist>
|
<variablelist>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><varname>conky </varname><option>-t '${time %D %H:%m}' -o -u 30</option></term>
|
<term><varname>conky </varname><option>-t '${time %D %H:%M}' -o -u 30</option></term>
|
||||||
<listitem>Start Conky in its own window with date and clock as text and 30 sec update interval.</listitem>
|
<listitem>Start Conky in its own window with date and clock as text and 30 sec update interval.</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user