ftp://ftp.ntnu.no/old/pub/X11/R5contrib/xscreensaver-1.17.tar.gz
[xscreensaver] / hacks / halo.man
1 .TH XScreenSaver 1 "7-jul-93" "X Version 11"
2 .SH NAME
3 halo - draw circular patterns
4 .SH SYNOPSIS
5 .B halo
6 [\-display \fIhost:display.screen\fP] [\-foreground \fIcolor\fP] [\-background \fIcolor\fP] [\-window] [\-root] [\-mono] [\-count \fIint\fP] [\-delay \fIusecs\fP] [\-animate]
7 .SH DESCRIPTION
8 The \fIhalo\fP program draws cool patterns based on circles.
9 .SH OPTIONS
10 .I halo
11 accepts the following options:
12 .TP 8
13 .B \-window
14 Draw on a newly-created window.  This is the default.
15 .TP 8
16 .B \-root
17 Draw on the root window.
18 .TP 8
19 .B \-mono 
20 If on a color display, pretend we're on a monochrome display.
21 .TP 8
22 .B \-count integer
23 How many circles to draw.  Default 0, meaning random.
24 .TP 8
25 .B \-delay microseconds
26 How much of a delay should be introduced between steps of the animation.
27 Default 100000, or about 0.1 second.
28 .TP 8
29 .B \-animate
30 If specified, then the centerpoints of the circles will bounce around.
31 Otherwise, the circles will be drawn once, erased, and a new set of
32 circles will be drawn.
33 .SH ENVIRONMENT
34 .PP
35 .TP 8
36 .B DISPLAY
37 to get the default host and display number.
38 .TP 8
39 .B XENVIRONMENT
40 to get the name of a resource file that overrides the global resources
41 stored in the RESOURCE_MANAGER property.
42 .SH SEE ALSO
43 .BR X (1),
44 .BR xscreensaver (1)
45 .SH COPYRIGHT
46 Copyright \(co 1993 by Jamie Zawinski.  Permission to use, copy, modify, 
47 distribute, and sell this software and its documentation for any purpose is 
48 hereby granted without fee, provided that the above copyright notice appear 
49 in all copies and that both that copyright notice and this permission notice
50 appear in supporting documentation.  No representations are made about the 
51 suitability of this software for any purpose.  It is provided "as is" without
52 express or implied warranty.
53 .SH AUTHOR
54 Jamie Zawinski <jwz@lucid.com>, 6-jul-93.