mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-12-26 04:17:33 +00:00
doc: declare filename entities
This commit is contained in:
parent
e3469c25be
commit
3cf0413503
@ -30,7 +30,7 @@
|
||||
<option>FILE</option>
|
||||
</term>
|
||||
<listitem>Config file to load instead of
|
||||
~/.config/conky/conky.conf.
|
||||
<filename>~/.config/conky/conky.conf</filename>.
|
||||
<para></para></listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
|
@ -96,8 +96,8 @@
|
||||
</term>
|
||||
<listitem>A comma-separated list of strings to use as the bars of a
|
||||
graph output to console/shell. The first list item is used for the
|
||||
minimum bar height and the last item is used for the maximum, e.g.
|
||||
" ,_,=,#".
|
||||
minimum bar height and the last item is used for the maximum, e.g. "
|
||||
,_,=,#".
|
||||
<para /></listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
@ -796,7 +796,7 @@
|
||||
<listitem>If own_window_transparent no, set a specified background
|
||||
colour (defaults to black). Takes either a hex value (e.g. '#ffffff'),
|
||||
a shorthand hex value (e.g. '#fff'), or a valid RGB name (see
|
||||
/usr/lib/X11/rgb.txt).
|
||||
<filename>/usr/lib/X11/rgb.txt</filename>).
|
||||
<para /></listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
|
32
doc/docs.xml
32
doc/docs.xml
@ -127,8 +127,9 @@
|
||||
you try to make Conky do, the more resources it is going to
|
||||
consume.</para>
|
||||
<para>An easy way to force Conky to reload your
|
||||
~/.config/conky/conky.conf: "killall -SIGUSR1 conky". Saves you the
|
||||
trouble of having to kill and then restart.</para>
|
||||
<filename>~/.config/conky/conky.conf</filename>: "killall -SIGUSR1
|
||||
conky". Saves you the trouble of having to kill and then
|
||||
restart.</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Options</title>
|
||||
@ -137,17 +138,21 @@
|
||||
<refsect1>
|
||||
<title>Configuration Settings</title>
|
||||
<para>Default configuration file location is
|
||||
$HOME/.config/conky/conky.conf or ${sysconfdir}/conky/conky.conf. On most
|
||||
systems, sysconfdir is /etc, and you can find the sample config file there
|
||||
(/etc/conky/conky.conf).</para>
|
||||
<para>You might want to copy it to $HOME/.config/conky/conky.conf and then
|
||||
start modifying it. Other configs can be found at
|
||||
http://conky.sf.net/</para>&config_settings;</refsect1>
|
||||
<filename>~/.config/conky/conky.conf</filename> or
|
||||
<filename>${sysconfdir}/conky/conky.conf</filename>. On most systems,
|
||||
sysconfdir is /etc, and you can find the sample config file there in
|
||||
<filename>/etc/conky/conky.conf</filename>.</para>
|
||||
<para>You might want to copy it to
|
||||
<filename>~/.config/conky/conky.conf</filename> and then start modifying
|
||||
it. Other configs can be found at
|
||||
<filename>
|
||||
https://github.com/brndnmtthws/conky</filename>.</para>&config_settings;</refsect1>
|
||||
<refsect1>
|
||||
<title>Objects/Variables</title>
|
||||
<para>Colours are parsed using XParsecolor(), there might be a list of
|
||||
them: /usr/share/X11/rgb.txt. Colour can be also in #rrggbb format
|
||||
(hex).</para>
|
||||
them:
|
||||
<filename>/usr/share/X11/rgb.txt</filename>. Colour can be also in #rrggbb
|
||||
format (hex).</para>
|
||||
<para>Some objects may create threads, and sometimes these threads will
|
||||
not be destroyed until Conky terminates. There is no way to destroy or
|
||||
clean up threads while Conky is running. For example, if you use an MPD
|
||||
@ -197,7 +202,8 @@
|
||||
<option>conky -C > ~/.config/conky/conky.conf</option>
|
||||
</term>
|
||||
<listitem>Do not start Conky, but have it output the builtin
|
||||
default config file to ~/.config/conky/conky.conf for later
|
||||
default config file to
|
||||
<filename>~/.config/conky/conky.conf</filename> for later
|
||||
customising.</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
@ -236,7 +242,9 @@
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See Also</title>
|
||||
<para>https://github.com/brndnmtthws/conky</para>
|
||||
<para>
|
||||
<filename>https://github.com/brndnmtthws/conky</filename>
|
||||
</para>
|
||||
<para>#conky on irc.freenode.net</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
|
@ -7,9 +7,10 @@
|
||||
<option>(adapter)</option>
|
||||
</term>
|
||||
<listitem>ACPI ac adapter state. On linux, the adapter option
|
||||
specifies the subfolder of /sys/class/power_supply containing the
|
||||
state information (tries "AC" and "ADP1" if there is no argument
|
||||
given). Non-linux systems ignore it.
|
||||
specifies the subfolder of
|
||||
<filename>/sys/class/power_supply</filename> containing the state
|
||||
information (tries "AC" and "ADP1" if there is no argument given).
|
||||
Non-linux systems ignore it.
|
||||
<para /></listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
@ -384,7 +385,8 @@
|
||||
</command>
|
||||
<option>(max length)</option>
|
||||
</term>
|
||||
<listitem>Title of current tune with optional maximum length specifier.
|
||||
<listitem>Title of current tune with optional maximum length
|
||||
specifier.
|
||||
<para /></listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
@ -575,6 +577,7 @@
|
||||
<option>string</option>
|
||||
</term>
|
||||
<listitem>PID of the first process that has string in its commandline.
|
||||
|
||||
<para /></listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
@ -730,8 +733,8 @@
|
||||
<option>(color)</option>
|
||||
</term>
|
||||
<listitem>Change drawing color to 'color' which is a name of a color
|
||||
or a hexcode preceded with #, e.g. #0A1B2C. If you use ncurses only the
|
||||
following colors are supported: red, green, yellow, blue, magenta,
|
||||
or a hexcode preceded with #, e.g. #0A1B2C. If you use ncurses only
|
||||
the following colors are supported: red, green, yellow, blue, magenta,
|
||||
cyan, black, and white.
|
||||
<para /></listitem>
|
||||
</varlistentry>
|
||||
@ -983,10 +986,11 @@
|
||||
<listitem>The name of the distribution. It could be that some of the
|
||||
untested distributions will show up wrong or as "unknown", if that's
|
||||
the case post a bug on sourceforge, make sure it contains the name of
|
||||
your distribution, the contents of /proc/version and if there is a
|
||||
file that only exists on your distribution, also add the path of that
|
||||
file in the bug. If there is no such file, please add another way
|
||||
which we can use to identify your distribution.
|
||||
your distribution, the contents of
|
||||
<filename>/proc/version</filename> and if there is a file that
|
||||
only exists on your distribution, also add the path of that file in
|
||||
the bug. If there is no such file, please add another way which we can
|
||||
use to identify your distribution.
|
||||
<para /></listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
@ -1564,11 +1568,11 @@
|
||||
omitted if you have only one hwmon device. Parameter type is either
|
||||
'in' or 'vol' meaning voltage; 'fan' meaning fan; 'temp' meaning
|
||||
temperature. Parameter n is number of the sensor. See
|
||||
/sys/class/hwmon/ on your local computer. The optional arguments
|
||||
'factor' and 'offset' allow precalculation of the raw input, which is
|
||||
being modified as follows: 'input = input * factor + offset'. Note
|
||||
that they have to be given as decimal values (i.e. contain at least
|
||||
one decimal place).
|
||||
<filename>/sys/class/hwmon/</filename> on your local computer.
|
||||
The optional arguments 'factor' and 'offset' allow precalculation of
|
||||
the raw input, which is being modified as follows: 'input = input *
|
||||
factor + offset'. Note that they have to be given as decimal values
|
||||
(i.e. contain at least one decimal place).
|
||||
<para /></listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
@ -1592,11 +1596,11 @@
|
||||
omitted if you have only one I2C device. Parameter type is either 'in'
|
||||
or 'vol' meaning voltage; 'fan' meaning fan; 'temp' meaning
|
||||
temperature. Parameter n is number of the sensor. See
|
||||
/sys/bus/i2c/devices/ on your local computer. The optional arguments
|
||||
'factor' and 'offset' allow precalculation of the raw input, which is
|
||||
being modified as follows: 'input = input * factor + offset'. Note
|
||||
that they have to be given as decimal values (i.e. contain at least
|
||||
one decimal place).
|
||||
<filename>/sys/bus/i2c/devices/</filename> on your local
|
||||
computer. The optional arguments 'factor' and 'offset' allow
|
||||
precalculation of the raw input, which is being modified as follows:
|
||||
'input = input * factor + offset'. Note that they have to be given as
|
||||
decimal values (i.e. contain at least one decimal place).
|
||||
<para /></listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
@ -1872,7 +1876,7 @@
|
||||
<member>
|
||||
<command>long</command>Argument consists of only digits.</member>
|
||||
<member>
|
||||
<command>string</command>Argument is enclosed in quotation marks
|
||||
<command>string</command>Argument is enclosed in quotation marks.
|
||||
(")</member>
|
||||
</simplelist>Valid operands are: '>', '<', '>=', '<=',
|
||||
'==', '!='.
|
||||
@ -2134,7 +2138,8 @@
|
||||
<option>laptop_mode</option>
|
||||
</command>
|
||||
</term>
|
||||
<listitem>The value of /proc/sys/vm/laptop_mode.
|
||||
<listitem>The value of
|
||||
<filename>/proc/sys/vm/laptop_mode</filename>.
|
||||
<para /></listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
@ -2285,6 +2290,7 @@
|
||||
<listitem>Print a summary of recent messages in an mbox format
|
||||
mailbox. mbox parameter is the filename of the mailbox (can be
|
||||
encapsulated using '"', ie. ${mboxscan -n 10 "/home/brenden/some box"}
|
||||
|
||||
<para /></listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
@ -3310,7 +3316,8 @@
|
||||
</command>
|
||||
<option>pid</option>
|
||||
</term>
|
||||
<listitem>The priority of the process (see 'priority' in "man 5 proc").
|
||||
<listitem>The priority of the process (see 'priority' in "man 5
|
||||
proc").
|
||||
<para /></listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
@ -3629,11 +3636,11 @@
|
||||
omitted if you have only one platform device. Platform type is either
|
||||
'in' or 'vol' meaning voltage; 'fan' meaning fan; 'temp' meaning
|
||||
temperature. Parameter n is number of the sensor. See
|
||||
/sys/bus/platform/devices/ on your local computer. The optional
|
||||
arguments 'factor' and 'offset' allow precalculation of the raw input,
|
||||
which is being modified as follows: 'input = input * factor + offset'.
|
||||
Note that they have to be given as decimal values (i.e. contain at
|
||||
least one decimal place).
|
||||
<filename>/sys/bus/platform/devices/</filename> on your local
|
||||
computer. The optional arguments 'factor' and 'offset' allow
|
||||
precalculation of the raw input, which is being modified as follows:
|
||||
'input = input * factor + offset'. Note that they have to be given as
|
||||
decimal values (i.e. contain at least one decimal place).
|
||||
<para /></listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
@ -3828,10 +3835,11 @@
|
||||
<option>(ARGS)</option>
|
||||
</term>
|
||||
<listitem>when using smapi, display contents of the
|
||||
/sys/devices/platform/smapi directory. ARGS are either '(FILENAME)' or
|
||||
'bat (INDEX) (FILENAME)' to display the corresponding files' content.
|
||||
This is a very raw method of accessing the smapi values. When
|
||||
available, better use one of the smapi_* variables instead.
|
||||
<filename>/sys/devices/platform/smapi</filename> directory. ARGS
|
||||
are either '(FILENAME)' or 'bat (INDEX) (FILENAME)' to display the
|
||||
corresponding files' content. This is a very raw method of accessing
|
||||
the smapi values. When available, better use one of the smapi_*
|
||||
variables instead.
|
||||
<para /></listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
@ -4620,9 +4628,12 @@
|
||||
</simplelist>
|
||||
<para>'locID' must be a valid location identifier for the required
|
||||
uri. For the NOAA site this must be a valid ICAO (see for instance
|
||||
https://pilotweb.nas.faa.gov/qryhtml/icao/). For the weather.com
|
||||
site this must be a valid location ID (see for instance
|
||||
http://aspnetresources.com/tools/locid.aspx).</para>
|
||||
|
||||
<filename>https://pilotweb.nas.faa.gov/qryhtml/icao/</filename>).
|
||||
For the weather.com site this must be a valid location ID (see for
|
||||
instance
|
||||
<filename>
|
||||
http://aspnetresources.com/tools/locid.aspx</filename>).</para>
|
||||
<para>'data_type' must be one of the following:</para>
|
||||
<simplelist>
|
||||
<member>
|
||||
|
Loading…
Reference in New Issue
Block a user