1cwaves(6x) XScreenSaver manual cwaves(6x)
2
3
4
6 cwaves - languid sinusoidal colors
7
9 cwaves [--display host:display.screen] [--foreground color] [--back‐
10 ground color] [--window] [--root] [--window-id number] [--mono] [--in‐
11 stall] [--visual visual] [--delay usecs] [--waves int] [--colors int]
12 [--fps]
13
15 The cwaves program draws a languidly-scrolling vertical field of sinu‐
16 soidal colors.
17
19 cwaves accepts the following options:
20
21 --window
22 Draw on a newly-created window. This is the default.
23
24 --root Draw on the root window.
25
26 --window-id number
27 Draw on the specified window.
28
29 --mono If on a color display, pretend we're on a monochrome display.
30
31 --install
32 Install a private colormap for the window.
33
34 --visual visual
35 Specify which visual to use. Legal values are the name of a
36 visual class, or the id number (decimal or hex) of a specific
37 visual.
38
39 --delay microseconds
40 How much of a delay should be introduced between steps of the
41 animation. Default 20000, or about 1/50th second.
42
43 --waves int
44 How many cosines to add together. The more waves, the more
45 complex the apparent motion.
46
47 --colors int
48 How many colors to use. Default 800. The more colors, the
49 smoother the blending will be.
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)
65
67 Copyright © 2007 by Jamie Zawinski. Permission to use, copy, modify,
68 distribute, and sell this software and its documentation for any pur‐
69 pose is hereby granted without fee, provided that the above copyright
70 notice appear in all copies and that both that copyright notice and
71 this permission notice appear in supporting documentation. No repre‐
72 sentations are made about the suitability of this software for any pur‐
73 pose. It is provided "as is" without express or implied warranty.
74
76 Jamie Zawinski <jwz@jwz.org>, 2-Jul-2007.
77
78
79
80X Version 11 6.08-1.fc39 (17-Oct-2023) cwaves(6x)