mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-05 21:07:52 +00:00
8a7eecd655
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@49 7f574dfc-610e-0410-a909-a81674777703
68 lines
1.3 KiB
Groff
68 lines
1.3 KiB
Groff
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.33.
|
|
.TH CONKY "1" "August 2005" "Conky 1.2 compiled Aug 3 2005" "User Commands"
|
|
.SH NAME
|
|
Conky
|
|
.SH SYNOPSIS
|
|
.B conky
|
|
[\fIOPTION\fR]...
|
|
.SH DESCRIPTION
|
|
.\" Add any additional description here
|
|
.PP
|
|
Conky is a system monitor that renders text on desktop or to own transparent
|
|
window. Command line options will override configurations defined in config
|
|
file.
|
|
.TP
|
|
\fB\-V\fR
|
|
version
|
|
.TP
|
|
\fB\-a\fR ALIGNMENT
|
|
text alignment on screen, {top,bottom}_{left,right}
|
|
.TP
|
|
\fB\-c\fR FILE
|
|
config file to load instead of $HOME/.conkyrc
|
|
.TP
|
|
\fB\-d\fR
|
|
daemonize, fork to background
|
|
.TP
|
|
\fB\-f\fR FONT
|
|
font to use
|
|
.TP
|
|
\fB\-h\fR
|
|
help
|
|
.TP
|
|
\fB\-o\fR
|
|
create own window to draw
|
|
.TP
|
|
\fB\-b\fR
|
|
double buffer (prevents flickering)
|
|
.TP
|
|
\fB\-t\fR TEXT
|
|
text to render, remember single quotes, like \fB\-t\fR '$uptime'
|
|
.TP
|
|
\fB\-u\fR SECS
|
|
update interval
|
|
.TP
|
|
\fB\-i\fR NUM
|
|
number of times to update Conky
|
|
.TP
|
|
\fB\-w\fR WIN_ID
|
|
window id to draw
|
|
.TP
|
|
\fB\-x\fR X
|
|
x position
|
|
.TP
|
|
\fB\-y\fR Y
|
|
y position
|
|
.SH EXAMPLES
|
|
.B
|
|
conky -t '${time %D %H:%m}' -o -u 30
|
|
.PP
|
|
Start Conky in its own window with date and clock as text and 30 sec update interval.
|
|
|
|
.B
|
|
conky -a top_left -x 5 -y 500 -d
|
|
.PP
|
|
Start Conky to background at coordinates (5, 500).
|
|
.SH FILES
|
|
~/.conkyrc default configuration file
|