X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=doc%2Fconfig_settings.xml;h=760c3fefc0dc27e4f38094a7faebe292886e037e;hb=f5259295cf4ae642fc3c90151e5aab218aedf85b;hp=c51d7e9a5f48a377ce1fbfef4270518996cf1b2f;hpb=bd6196c6b036bc1952cc09d3b2bc16ee2c3ebcde;p=monky diff --git a/doc/config_settings.xml b/doc/config_settings.xml index c51d7e9..760c3fe 100644 --- a/doc/config_settings.xml +++ b/doc/config_settings.xml @@ -137,7 +137,7 @@ - Default global IMAP server. Arguments are: "host user pass [-i interval] [-f folder] [-p port] [-e command]". Default port is 143, default folder is 'INBOX', default interval is 5 minutes. If the password is supplied as '*', you will be prompted to enter the password when Conky starts. + Default global IMAP server. Arguments are: "host user pass [-i interval] [-f folder] [-p port] [-e command] [-r retries]". Default port is 143, default folder is 'INBOX', default interval is 5 minutes, and default number of retries before giving up is 5. If the password is supplied as '*', you will be prompted to enter the password when Conky starts. @@ -325,7 +325,7 @@ - Default global POP3 server. Arguments are: "host user pass [-i interval] [-p port] [-e command]". Default port is 110, default interval is 5 minutes. If the password is supplied as '*', you will be prompted to enter the password when Conky starts. + Default global POP3 server. Arguments are: "host user pass [-i interval] [-p port] [-e command] [-r retries]". Default port is 110, default interval is 5 minutes, and default number of retries before giving up is 5. If the password is supplied as '*', you will be prompted to enter the password when Conky starts. @@ -344,6 +344,13 @@ + + + Shows the time range covered by a graph. + + + + Border stippling (dashing) in pixels @@ -351,6 +358,30 @@ + + + Desired output unit of all objects displaying a temperature. + Parameters are either "fahrenheit" or "celsius". The default + unit is degree Celsius. + + + + + + + Define a template for later use inside TEXT segments. Substitute N by a digit between 0 and 9, inclusively. + The value of the variable is being inserted into the stuff below TEXT at the corresponding position, + but before some substitutions are applied: + + '\n' -> newline + '\\' -> backslash + '\ ' -> space + '\N' -> template argument N + + + + + Total number of times for Conky to update before quitting. Zero makes Conky run forever