1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-26 12:27:52 +00:00

updated readme and sample config

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@80 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
elektronisch 2005-08-08 02:55:54 +00:00
parent fb78b0f0ca
commit c303dd406a
2 changed files with 13 additions and 14 deletions

22
README
View File

@ -58,32 +58,28 @@
Conf Meaning Conf Meaning
alignment Aligned position on screen, may be top_left, alignment Aligned position on screen, may be top_left,
top_right, bottom_left, bottom_right top_right, bottom_left, bottom_right
background Boolean value, if true, Conky will be forked to background Boolean value, if true, Conky will be forked to
background when started background when started
on_bottom Set conky on the bottom of all other applications
border_margin Border margin in pixels border_margin Border margin in pixels
border_width Border width in pixels border_width Border width in pixels
cpu_avg_samples The number of samples to average for CPU monitoring cpu_avg_samples The number of samples to average for CPU monitoring
default_color Default color and border color default_color Default color and border color
default_shade_color Default shading color and border's shading color default_shade_color Default shading color and border's shading color
default_outline_color Default outline color default_outline_color Default outline color
Use the Xdbe extension? (eliminates flicker) It is Use the Xdbe extension? (eliminates flicker) It is
double_buffer highly recommended to use own window with this one double_buffer highly recommended to use own window with this one
so double buffer won't be so big. so double buffer won't be so big.
draw_borders Draw borders around text? draw_borders Draw borders around text?
draw_shades Draw shades? draw_shades Draw shades?
draw_outline Draw outlines? draw_outline Draw outlines?
font Font name in X, xfontsel can be used to get a nice font Font name in X, xfontsel can be used to get a nice font
font gap_x Gap between right or left border of screen, same as passing -x at command line
gap_x Gap between right or left border of screen, same as gap_y Gap between top or bottom border of screen, same as passing -y at command line
passing -x at command line
gap_y Gap between top or bottom border of screen, same as
passing -y at command line
no_buffers Substract (file system) buffers from used memory? no_buffers Substract (file system) buffers from used memory?
mail_spool Mail spool for mail checking mail_spool Mail spool for mail checking
metar_station METAR station code for weather, see metar_station METAR station code for weather, see http://www.wrh.noaa.gov/ if you need to find your code.
http://www.wrh.noaa.gov/ if you need to find
your code.
metar_server Define a custom METAR ftp server metar_server Define a custom METAR ftp server
metar_path Path on server to use metar_path Path on server to use
minimum_size Minimum size of window minimum_size Minimum size of window

View File

@ -16,6 +16,9 @@ background no
# Use Xft? # Use Xft?
use_xft yes use_xft yes
# Set conky on the bottom of all other applications
on_bottom yes
# Xft font when Xft is enabled # Xft font when Xft is enabled
xftfont Bitstream Vera Sans Mono:size=8 xftfont Bitstream Vera Sans Mono:size=8
@ -341,4 +344,4 @@ ${color #ddaa00} ${top_mem name 1} ${top_mem pid 1} ${top_mem cpu 1} ${top_mem m
${color lightgrey} ${top_mem name 2} ${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2} ${color lightgrey} ${top_mem name 2} ${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2}
${color lightgrey} ${top_mem name 3} ${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3} ${color lightgrey} ${top_mem name 3} ${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3}
${color}Current conditions: ${color lightgrey}${metar_temp}C $metar_cloud ${color}Current conditions: ${color lightgrey}${metar_temp}C $metar_cloud
${tail /var/log/Xorg.0.log 3 30} ${tail /var/log/Xorg.0.log 3 30}