aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/info/xpybar.texinfo26
1 files changed, 23 insertions, 3 deletions
diff --git a/doc/info/xpybar.texinfo b/doc/info/xpybar.texinfo
index 8fdd6be..c8e277a 100644
--- a/doc/info/xpybar.texinfo
+++ b/doc/info/xpybar.texinfo
@@ -53,9 +53,10 @@ Texts. A copy of the license is included in the section entitled
@menu
-* Overview:: Brief overview of @command{xpybar}.
-* Invoking:: Executing @command{xpybar}.
-* GNU Free Documentation License:: Copying and sharing this manual.
+* Overview:: Brief overview of @command{xpybar}.
+* Invoking:: Executing @command{xpybar}.
+* Configuration scripting interface:: Configuring @command{xpybar}.
+* GNU Free Documentation License:: Copying and sharing this manual.
@end menu
@@ -116,6 +117,25 @@ script via the variable @code{config_file}, which is a list.
+@node Configuration scripting interface
+@chapter Configuration scripting interface
+
+@code{xpybar} is configured by reimplement functions (and
+running some code.) You can find the source code and read it at
+@url{https://github.com/maandree/xpybar/tree/master/src/}.
+If the documentation is not clear enough, please file a bug
+att @url{https://github.com/maandree/xpybar/issues} or to
+@code{maandree@@member.fsf.org}.
+
+Graphic-functions are found in @file{x.py} and @file{__main__.py}.
+You will also find some basic functions @file{__main__.py}.
+Functions and classes that are useful for configurations
+are located in @file{util.py}.
+
+Please also refer to the example configuration scripts.
+
+
+
@node GNU Free Documentation License
@appendix GNU Free Documentation License
@include fdl.texinfo