mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-05 21:07:52 +00:00
updating docs/changelog, again
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1023 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
parent
2ab0147fb9
commit
2c478f5576
24
README
24
README
@ -278,22 +278,14 @@ CONFIGURATION SETTINGS
|
||||
config file (default is 16384 bytes)
|
||||
|
||||
|
||||
large_text_buffer_size bytes
|
||||
Size of the standard large text buffer (default is 1024 bytes).
|
||||
This buffer is used for the entirety of Conky's text. Increasing
|
||||
the buffer's size will decrease performance and increase the
|
||||
memory footprint of Conky, but it will allow for more text to be
|
||||
displayed in Conky.
|
||||
|
||||
|
||||
small_text_buffer_size bytes
|
||||
Size of the standard small text buffer (default is 128 bytes).
|
||||
This buffer is used for intermediary text, such as individual
|
||||
lines, output from $exec vars, and various other variables. In-
|
||||
creasing the size of this buffer can drastically reduce Conky's
|
||||
performance, but will allow for more text display per variable.
|
||||
The size of this buffer cannot be smaller than the default value
|
||||
of 128 bytes.
|
||||
text_buffer_size bytes
|
||||
Size of the standard text buffer (default is 128 bytes). This
|
||||
buffer is used for intermediary text, such as individual lines,
|
||||
output from $exec vars, and various other variables. Increasing
|
||||
the size of this buffer can drastically reduce Conky's perfor-
|
||||
mance, but will allow for more text display per variable. The
|
||||
size of this buffer cannot be smaller than the default value of
|
||||
128 bytes.
|
||||
|
||||
|
||||
maximum_width pixels
|
||||
|
@ -267,12 +267,8 @@ Maximum size of user text buffer, i.e. layout below TEXT line in config file
|
||||
(default is 16384 bytes)
|
||||
|
||||
.TP
|
||||
\fB\*(T<\fBlarge_text_buffer_size\fR\*(T>\fR \*(T<\fBbytes\fR\*(T>
|
||||
Size of the standard large text buffer (default is 1024 bytes). This buffer is used for the entirety of Conky's text. Increasing the buffer's size will decrease performance and increase the memory footprint of Conky, but it will allow for more text to be displayed in Conky.
|
||||
|
||||
.TP
|
||||
\fB\*(T<\fBsmall_text_buffer_size\fR\*(T>\fR \*(T<\fBbytes\fR\*(T>
|
||||
Size of the standard small text buffer (default is 128 bytes). This buffer is used for intermediary text, such as individual lines, output from $exec vars, and various other variables. Increasing the size of this buffer can drastically reduce Conky's performance, but will allow for more text display per variable. The size of this buffer cannot be smaller than the default value of 128 bytes.
|
||||
\fB\*(T<\fBtext_buffer_size\fR\*(T>\fR \*(T<\fBbytes\fR\*(T>
|
||||
Size of the standard text buffer (default is 128 bytes). This buffer is used for intermediary text, such as individual lines, output from $exec vars, and various other variables. Increasing the size of this buffer can drastically reduce Conky's performance, but will allow for more text display per variable. The size of this buffer cannot be smaller than the default value of 128 bytes.
|
||||
|
||||
.TP
|
||||
\fB\*(T<\fBmaximum_width\fR\*(T>\fR \*(T<\fBpixels\fR\*(T>
|
||||
|
Loading…
Reference in New Issue
Block a user