mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-12-26 12:27:52 +00:00
update README and manpage
This commit is contained in:
parent
72e217fae2
commit
ecabc1a29b
11
README
11
README
@ -1042,13 +1042,12 @@ conky(1) conky(1)
|
||||
|
||||
|
||||
1mif_updatenr (updatenr)0m
|
||||
If it's the UPDATENR-th time that conky updates, display every-
|
||||
If it’s the UPDATENR-th time that conky updates, display every‐
|
||||
thing 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.
|
||||
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.
|
||||
|
||||
|
||||
1mimap_messages (args)0m
|
||||
|
@ -909,7 +909,11 @@ if INTERFACE exists and is up, display everything between $if_up and the matchin
|
||||
|
||||
.TP
|
||||
\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
|
||||
\fB\*(T<\fBimap_messages\fR\*(T>\fR \*(T<\fB(args)\fR\*(T>
|
||||
|
Loading…
Reference in New Issue
Block a user