mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-17 18:45:10 +00:00
odd and ends
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@754 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
parent
49fe86dd28
commit
794e8716b9
5
README
5
README
@ -224,6 +224,11 @@ CONFIGURATION SETTINGS
|
||||
Mail spool for mail checking
|
||||
|
||||
|
||||
max_user_text bytes
|
||||
Maximum size of user text buffer, i.e. layout below TEXT line in
|
||||
config file
|
||||
|
||||
|
||||
maximum_width pixels
|
||||
Maximum width of window
|
||||
|
||||
|
@ -92,6 +92,8 @@ pkg_postinst() {
|
||||
einfo "There are also pretty html docs available"
|
||||
einfo "on Conky's site or in /usr/share/doc/${PF}"
|
||||
einfo
|
||||
einfo "Also see http://www.gentoo.org/doc/en/conky-howto.xml"
|
||||
einfo
|
||||
einfo "Check out app-vim/conky-syntax for conkyrc"
|
||||
einfo "syntax highlighting in Vim"
|
||||
einfo
|
||||
|
@ -96,6 +96,8 @@ pkg_postinst() {
|
||||
einfo "There are also pretty html docs available"
|
||||
einfo "on Conky's site or in /usr/share/doc/${PF}"
|
||||
einfo
|
||||
einfo "Also see http://www.gentoo.org/doc/en/conky-howto.xml"
|
||||
einfo
|
||||
einfo "Check out app-vim/conky-syntax for conkyrc"
|
||||
einfo "syntax highlighting in Vim"
|
||||
einfo
|
||||
|
@ -132,6 +132,15 @@
|
||||
<para></para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><command><option>max_user_text</option></command>
|
||||
<option>bytes</option>
|
||||
</term>
|
||||
<listitem>
|
||||
Maximum size of user text buffer, i.e. layout below TEXT line in config file
|
||||
<para></para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><command><option>maximum_width</option></command>
|
||||
<option>pixels</option>
|
||||
|
@ -211,6 +211,10 @@ Substract (file system) buffers from used memory?
|
||||
\fB\*(T<\fBmail_spool\fR\*(T>\fR
|
||||
Mail spool for mail checking
|
||||
|
||||
.TP
|
||||
\fB\*(T<\fBmax_user_text\fR\*(T>\fR \*(T<\fBbytes\fR\*(T>
|
||||
Maximum size of user text buffer, i.e. layout below TEXT line in config file
|
||||
|
||||
.TP
|
||||
\fB\*(T<\fBmaximum_width\fR\*(T>\fR \*(T<\fBpixels\fR\*(T>
|
||||
Maximum width of window
|
||||
|
@ -123,17 +123,11 @@ net_avg_samples 2
|
||||
# Force UTF8? note that UTF8 support required XFT
|
||||
override_utf8_locale no
|
||||
|
||||
|
||||
# Add spaces to keep things from moving about? This only affects certain objects.
|
||||
use_spacer no
|
||||
|
||||
# mldonkey_hostname Hostname for mldonkey stuff, defaults to localhost
|
||||
# mldonkey_port Mldonkey port, 4001 default
|
||||
# mldonkey_login Mldonkey login, default none
|
||||
# mldonkey_password Mldonkey password, default none
|
||||
|
||||
# boinc (seti) dir
|
||||
# seti_dir /opt/seti
|
||||
# Maximum size of buffer for user text, i.e. below TEXT line.
|
||||
#max_user_text 16384
|
||||
|
||||
# Allow for the creation of at least this number of port monitors (if 0 or not set, default is 16)
|
||||
#min_port_monitors 16
|
||||
|
Loading…
Reference in New Issue
Block a user