http://nanonyme.dy.fi/mirrors/hvl/distfiles/xscreensaver/xscreensaver-5.03.tar.gz
[xscreensaver] / hacks / config / cwaves.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="cwaves" _label="CWaves">
4
5   <command arg="-root"/>
6
7 <!--
8   <number id="delay" type="slider" arg="-delay %"
9           _label="Speed" _low-label="Slow" _high-label="Fast"
10           low="0" high="30000" default="20000"
11           convert="invert"/>
12 -->
13
14   <number id="waves" type="slider" arg="-waves %"
15           _label="Complexity" _low-label="Low" _high-label="High"
16           low="1" high="100" default="15"/>
17
18   <number id="ncolors" type="slider" arg="-colors %"
19             _label="Color Transitions" _low-label="Rough" _high-label="Smooth"
20             low="2" high="1000" default="600"/>
21
22   <_description>
23 This generates a languidly-scrolling vertical field of sinusoidal colors.
24
25 Written by Jamie Zawinski; 2007.
26   </_description>
27 </screensaver>