diff --git a/doc/config_settings.xml b/doc/config_settings.xml index df2d60e9..a8e0e4ea 100644 --- a/doc/config_settings.xml +++ b/doc/config_settings.xml @@ -1,16 +1,4 @@ - - - - - - - After this begins text to be formatted on screen. - Backslash (\) escapes newlines in the text section. This - can be useful for cleaning up config files where conky is - used to pipe input to dzen2. - - @@ -78,7 +66,7 @@ - Predefine a color for use inside TEXT segments. + Predefine a color for use inside conky.text segments. Substitute N by a digit between 0 and 9, inclusively. When specifying the color value in hex, omit the leading hash (#). @@ -508,8 +496,8 @@ - Maximum size of user text buffer, i.e. layout - below TEXT line in config file (default is 16384 bytes) + Maximum size of user text buffer, i.e. text inside + conky.text section in config file (default is 16384 bytes) @@ -909,10 +897,10 @@ - Define a template for later use inside TEXT + Define a template for later use inside conky.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, + into the stuff inside conky.text at the corresponding position, but before some substitutions are applied: '\n' -> newline diff --git a/doc/variables.xml b/doc/variables.xml index db5d435b..b55da7b9 100644 --- a/doc/variables.xml +++ b/doc/variables.xml @@ -944,7 +944,7 @@ Evaluates given string according to the rules of - TEXT interpretation, i.e. parsing any contained text object + conky.text interpretation, i.e. parsing any contained text object specifications into their output, any occuring '$$' into a single '$' and so on. The output is then being parsed again. @@ -1766,7 +1766,7 @@ pixels. Conky does not make any attempt to adjust the position (or any other formatting) of images, they are just rendered as per the arguments passed. The only reason - $image is part of the TEXT section, is to allow for runtime + $image is part of the conky.text section, is to allow for runtime modifications, through $execp $lua_parse, or some other method. @@ -1949,7 +1949,7 @@ Executes a Lua function with given parameters as per $lua, then parses and prints the result value as per - the syntax for Conky's TEXT section. See also 'lua_load' on + the syntax for the conky.text section. See also 'lua_load' on how to load scripts. Conky puts 'conky_' in front of function_name to prevent accidental calls to the wrong function unless you put you place 'conky_' in front of it