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