diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-11-27 06:51:35 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-11-27 06:51:35 +0100 |
commit | 13305692240aba6ccd338144717d5de322aefd71 (patch) | |
tree | 8ccf4cc2a674bf74aeaddf9757df38ecc2dbe173 /doc | |
parent | update dist (diff) | |
download | xpybar-13305692240aba6ccd338144717d5de322aefd71.tar.gz xpybar-13305692240aba6ccd338144717d5de322aefd71.tar.bz2 xpybar-13305692240aba6ccd338144717d5de322aefd71.tar.xz |
info
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | doc/info/xpybar.texinfo | 26 |
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 |