add Hello= config option

This commit is contained in:
marschap
2007-04-26 17:05:15 +00:00
parent 6e5182da61
commit 7a783c2a63
4 changed files with 96 additions and 27 deletions
+32 -1
View File
@@ -237,6 +237,38 @@ settings for the LCDproc server <application>LCDd</application>.
</para></listitem>
</varlistentry>
<varlistentry>
<term>
<command>Hello=</command>
<arg choice="plain"><replaceable>HELLOMSG</replaceable></arg>
</term>
<listitem>
<para>
Define the startup message printed on the screen when LCDd starts.
This message will stay on the screen until a client connects.
If not given, it defaults to the builtin server screen that tells
how many clients are connected and how many screens these clients
are using in total.
If it is given, each <code>Hello=</code> directive represents
a line on the display.
</para>
<para>
The <replaceable>HELLOMSG</replaceable>s will be printed on
the display one after each other starting on the beginning of each line.
So, the definition of
<programlisting>
Hello=" Welcome to"
Hello=" LCDproc!"
</programlisting>
prints a nice 2-line welcome message to the display.
</para>
<para>
To simply disable the default builtin message, and leave the screen blank
a single <code>Hello=""</code> suffices.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<command>GoodBye=</command>
@@ -270,7 +302,6 @@ settings for the LCDproc server <application>LCDd</application>.
</listitem>
</varlistentry>
</variablelist>