1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-27 04:32:55 +00:00

update README and manpage

This commit is contained in:
Phil Sutter 2009-03-01 21:12:46 +01:00
parent 72e217fae2
commit ecabc1a29b
2 changed files with 131 additions and 128 deletions

11
README
View File

@ -1042,13 +1042,12 @@ conky(1) conky(1)
1mif_updatenr (updatenr)0m 1mif_updatenr (updatenr)0m
If it's the UPDATENR-th time that conky updates, display every- If its the UPDATENR-th time that conky updates, display every
thing between $if_updatenr and the matching $endif. The counter thing between $if_updatenr and the matching $endif. The counter
resets when the highest UPDATENR is reached. resets when the highest UPDATENR is reached. Example :
Example : "{$if_updatenr 1}foo$endif{$if_updatenr 2}bar$endif "{$if_updatenr 1}foo$endif{$if_updatenr 2}bar$endif{$if_updatenr
{$if_updatenr 4}$endif" shows foo 25% of the time followed by 4}$endif" shows foo 25% of the time followed by bar 25% of the
bar 25% of the time followed by nothing the other half of the time followed by nothing the other half of the time.
time.
1mimap_messages (args)0m 1mimap_messages (args)0m

View File

@ -909,7 +909,11 @@ if INTERFACE exists and is up, display everything between $if_up and the matchin
.TP .TP
\fB\*(T<\fBif_updatenr\fR\*(T>\fR \*(T<\fB(updatenr)\fR\*(T> \fB\*(T<\fBif_updatenr\fR\*(T>\fR \*(T<\fB(updatenr)\fR\*(T>
If it's the UPDATENR-th time that conky updates, display everything between $if_updatenr and the matching $endif. The counter resets when the highest UPDATENR is reached. Example : "{$if_updatenr 1}foo$endif{$if_updatenr 2}bar$endif{$if_updatenr 4}$endif" shows foo 25% of the time followed by bar 25% of the time followed by nothing the other half of the time. If it's the UPDATENR-th time that conky updates,
display everything between $if_updatenr and the matching $endif.
The counter resets when the highest UPDATENR is reached.
Example : "{$if_updatenr 1}foo$endif{$if_updatenr 2}bar$endif{$if_updatenr 4}$endif"
shows foo 25% of the time followed by bar 25% of the time followed by nothing the other half of the time.
.TP .TP
\fB\*(T<\fBimap_messages\fR\*(T>\fR \*(T<\fB(args)\fR\*(T> \fB\*(T<\fBimap_messages\fR\*(T>\fR \*(T<\fB(args)\fR\*(T>