mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-17 10:35:10 +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:
parent
fb78b0f0ca
commit
c303dd406a
14
README
14
README
@ -61,6 +61,7 @@
|
|||||||
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
|
||||||
@ -73,17 +74,12 @@
|
|||||||
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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user