small fix
[monky] / conky.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
2 .TH CONKY "1" "August 2005" "Conky 1.2 compiled Aug  3 2005" "User Commands"
3 .SH NAME
4 Conky
5 .SH SYNOPSIS
6 .B conky
7 [\fIOPTION\fR]...
8 .SH DESCRIPTION
9 .\" Add any additional description here
10 .PP
11 Conky is a system monitor that renders text on desktop or to own transparent
12 window. Command line options will override configurations defined in config
13 file.
14 .TP
15 \fB\-V\fR
16 version
17 .TP
18 \fB\-a\fR ALIGNMENT
19 text alignment on screen, {top,bottom}_{left,right}
20 .TP
21 \fB\-c\fR FILE
22 config file to load instead of $HOME/.conkyrc
23 .TP
24 \fB\-d\fR
25 daemonize, fork to background
26 .TP
27 \fB\-f\fR FONT
28 font to use
29 .TP
30 \fB\-h\fR
31 help
32 .TP
33 \fB\-o\fR
34 create own window to draw
35 .TP
36 \fB\-b\fR
37 double buffer (prevents flickering)
38 .TP
39 \fB\-t\fR TEXT
40 text to render, remember single quotes, like \fB\-t\fR '$uptime'
41 .TP
42 \fB\-u\fR SECS
43 update interval
44 .TP
45 \fB\-i\fR NUM
46 number of times to update Conky
47 .TP
48 \fB\-w\fR WIN_ID
49 window id to draw
50 .TP
51 \fB\-x\fR X
52 x position
53 .TP
54 \fB\-y\fR Y
55 y position
56 .SH EXAMPLES
57 .B
58 conky -t '${time %D %H:%m}' -o -u 30
59 .PP
60 Start Conky in its own window with date and clock as text and 30 sec update interval.
61
62 .B
63 conky -a top_left -x 5 -y 500 -d
64 .PP
65 Start Conky to background at coordinates (5, 500).
66 .SH FILES
67 ~/.conkyrc default configuration file