diff --git a/LCDclients.conf b/LCDclients.conf new file mode 100644 index 0000000..b333208 --- /dev/null +++ b/LCDclients.conf @@ -0,0 +1,35 @@ +# LCDproc client configuration file + +## Options for lcdexec ## +[lcdexec] +# address of the LCDd server to connect to +Address=localhost + +# Port of the server to connect to +Port=13666 + +# set reporting level +ReportLevel=2 + +# report to to syslog ? +ReportToSyslog=false + +# stay in foreground ? +Foreground=false + +# menu commands for the main menu +# format: , +MenuCommand="You can say A, echo A" +MenuCommand="Or you can say B, echo B" + +# sub menu for the main menu +# format: , +SubMenu="A menu, menu1" + +# sub menu commands +# option names must start with the name of a defined menu +# format: see menu commands +menu1_MenuCommand="p, echo P" +menu1_MenuCommand="q, echo Q" + +# EOF