1braid(6x) XScreenSaver manual braid(6x)
2
3
4
6 braid - draws random color-cycling braids around a circle
7
9 braid [-display host:display.screen] [-foreground color] [-background
10 color] [-window] [-root] [-mono] [-install] [-visual visual] [-ncolors
11 integer] [-delay microseconds] [-cycles integer] [-count integer]
12
13 [-fps]
14
16 The braid program draws random color-cycling braids around a circle.
17
19 braid accepts the following options:
20
21 -window Draw on a newly-created window. This is the default.
22
23 -root Draw on the root window.
24
25 -mono If on a color display, pretend we're on a monochrome display.
26
27 -install
28 Install a private colormap for the window.
29
30 -visual visual
31 Specify which visual to use. Legal values are the name of a
32 visual class, or the id number (decimal or hex) of a specific
33 visual.
34
35 -ncolors integer
36 How many colors should be used (if possible). Default 64. The
37 colors used cycle through the hue, making N stops around the
38 color wheel.
39
40 -cycles integer
41
42
43 -count integer
44
45
46 -fps Display the current frame rate and CPU load.
47
49 DISPLAY to get the default host and display number.
50
51 XENVIRONMENT
52 to get the name of a resource file that overrides the global
53 resources stored in the RESOURCE_MANAGER property.
54
56 X(1), xscreensaver(1), xlock(1)
57
59 Copyright © 1995 by John Neil.
60
61 Permission to use, copy, modify, and distribute this software and its
62 documentation for any purpose and without fee is hereby granted, pro‐
63 vided that the above copyright notice appear in all copies and that
64 both that copyright notice and this permission notice appear in sup‐
65 porting documentation.
66
68 John Neil <neil@math.idbsu.edu>, 29-Aug-95.
69
70 Ability to run standalone or with xscreensaver added by Jamie Zawinski
71 <jwz@jwz.org>, 10-May-97.
72
73
74
75X Version 11 5.15-3.fc14 (18-Oct-2011) braid(6x)