241414aa984c954eb7aba256b2c51f483e3507bd
[xscreensaver] / hacks / fuzzyflakes.man
1 .TH XScreenSaver 1 "12-May-04" "X Version 11"
2 .SH NAME
3 fuzzyflakes - falling pastel snowflakes/flower shapes
4 .SH SYNOPSIS
5 .B fuzzyflakes
6 [\-display \fIhost:display.screen\fP] [\-foreground \fIcolor\fP]
7 [\-background \fIcolor\fP] [\-window] [\-root] [\-mono] [\-install]
8 [\-visual \fIvisual\fP] 
9 [\-delay \fIusecs\fP]
10 [\-speed \fIint\fP]
11 [\-arms \fIint\fP]
12 [\-thickness \fIint\fP]
13 [\-bthickness \fIint\fP]
14 [\-radius \fIint\fP]
15 [\-layers \fIint\fP]
16 [\-density \fIint\fP]
17 [\-no-db]
18 .SH DESCRIPTION
19 The
20 .I fuzzyflakes
21 program draws falling pastel colored snowflake/flower shapes.
22 Inspired by the credits of the anime "Azumanga Daioh".
23 .SH OPTIONS
24 .I fuzzyflakes
25 accepts the following options:
26 .TP 8
27 .B \-window
28 Draw on a newly-created window.  This is the default.
29 .TP 8
30 .B \-root
31 Draw on the root window.
32 .TP 8
33 .B \-mono 
34 If on a color display, pretend we're on a monochrome display.
35 .TP 8
36 .B \-install
37 Install a private colormap for the window.
38 .TP 8
39 .B \-visual \fIvisual\fP
40 Specify which visual to use.  Legal values are the name of a visual class,
41 or the id number (decimal or hex) of a specific visual.
42 .TP 8
43 .B \-delay \fIusecs\fP
44 The delay between steps of the animation, in microseconds.  Default: 250000.
45 .TP 8
46 .B \-speed \fIint\fP
47 How fast, 1-50.  Default 10.
48 .TP 8
49 .B \-arms \fIint\fP
50 How many arms on the flakes; default 5.
51 .TP 8
52 .B \-thickness \fIint\fP
53 How thick to make the lines; default 10 pixels.
54 .TP 8
55 .B \-bthickness \fIint\fP
56 How thick to make the borders; default 3 pixels.
57 .TP 8
58 .B \-radius \fIint\fP
59 Radius of the objects; default 20 pixels.
60 .TP 8
61 .B \-layers \fIint\fP
62 How many layers of objects; default 3.
63 .TP 8
64 .B \-density \fIint\fP
65 Default 5.
66 .TP 8
67 .B \-no-db
68 Disable double-buffering.
69 .SH ENVIRONMENT
70 .PP
71 .TP 8
72 .B DISPLAY
73 to get the default host and display number.
74 .TP 8
75 .B XENVIRONMENT
76 to get the name of a resource file that overrides the global resources
77 stored in the RESOURCE_MANAGER property.
78 .SH SEE ALSO
79 .BR X (1),
80 .BR xscreensaver (1)
81 .SH COPYRIGHT
82 Copyright \(co 2004 Barry Dmytro.  Permission to use, copy, modify,
83 distribute, and sell this software and its documentation for any
84 purpose is hereby granted without fee, provided that the above
85 copyright notice appear in all copies and that both that copyright
86 notice and this permission notice appear in supporting documentation.
87 No representations are made about the suitability of this software for
88 any purpose.  It is provided "as is" without express or implied
89 warranty.
90 .SH AUTHOR
91 Barry Dmytro <badcherry@mailc.net>