1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="cwaves" _label="CWaves">
7 <number id="delay" type="slider" arg="-delay %"
8 _label="Frame rate" _low-label="Low" _high-label="High"
9 low="0" high="100000" default="20000"
12 <number id="waves" type="slider" arg="-waves %"
13 _label="Complexity" _low-label="Low" _high-label="High"
14 low="1" high="100" default="15"/>
16 <number id="ncolors" type="slider" arg="-colors %"
17 _label="Color transitions" _low-label="Rough" _high-label="Smooth"
18 low="2" high="1000" default="600"/>
20 <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
23 This generates a languidly-scrolling vertical field of sinusoidal colors.
25 Written by Jamie Zawinski; 2007.