Penguin
Annotated edit history of moire(1) version 4, including all changes. View license author blame.
Rev Author # Line
1 perry 1 XScreenSaver
2 !!!XScreenSaver
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 ENVIRONMENT
8 SEE ALSO
9 COPYRIGHT
10 AUTHOR
11 ----
12 !!NAME
13
14
15 halo - draw circular interference patterns
16 !!SYNOPSIS
17
18
19 __halo__ [[-display ''host:display.screen'']
20 [[-foreground ''color''] [[-background ''color'']
21 [[-window] [[-root] [[-mono] [[-install] [[-visual ''visual'']
22 [[-delay ''seconds''] [[-random ''boolean''] [[-ncolors
23 ''int''] [[-offset ''int'']
24 !!DESCRIPTION
25
26
27 The ''moire'' program draws cool circular interference
28 patterns.
29 !!OPTIONS
30
31
32 ''moire'' accepts the following options:
33
34
35 __-window__
36
37
38 Draw on a newly-created window. This is the
39 default.
40
41
42 __-root__
43
44
45 Draw on the root window.
46
47
48 __-mono__
49
50
51 If on a color display, pretend we're on a monochrome
52 display.
53
54
55 __-install__
56
57
58 Install a private colormap for the window.
59
60
61 __-visual__ ''visual''
62
63
64 Specify which visual to use. Legal values are the name of a
65 visual class, or the id number (decimal or hex) of a
66 specific visual.
67
68
69 __-delay__ ''seconds''
70
71
72 How long to wait before starting over. Default 5
73 seconds.
74
75
76 __-random__ ''boolean''
77
78
79 Whether to ignore the foreground/background colors, and pick
80 them randomly instead.
81
82
83 __-offset__ ''integer''
84
85
86 The maximum random radius increment to use.
87
88
89 __-ncolors__ ''integer''
90
91
92 How many colors should be allocated in the color ramp (note
93 that this value interacts with ''offset''.)
94 !!ENVIRONMENT
95
96
97 __DISPLAY__
98
99
100 to get the default host and display number.
101
102
103 __XENVIRONMENT__
104
105
106 to get the name of a resource file that overrides the global
107 resources stored in the RESOURCE_MANAGER
108 property.
109 !!SEE ALSO
110
111
4 perry 112 X(1), xscreensaver(1)
1 perry 113 !!COPYRIGHT
114
115
116 Copyright 1997 by Jamie Zawinski. Permission to use, copy,
117 modify, distribute, and sell this software and its
118 documentation for any purpose is hereby granted without fee,
119 provided that the above copyright notice appear in all
120 copies and that both that copyright notice and this
121 permission notice appear in supporting documentation. No
122 representations are made about the suitability of this
123 software for any purpose. It is provided
124 !!AUTHOR
125
126
127 Jamie Zawinski
128 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.