http://ftp.ksu.edu.tw/FTP/FreeBSD/distfiles/xscreensaver-4.20.tar.gz
[xscreensaver] / hacks / config / fiberlamp.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="fiberlamp" _label="Fiberlamp">
4
5   <command arg="-root"/>
6
7   <number id="count" type="slider" arg="-count %"
8           _label="Fibers" _low-label="Few" _high-label="Many"
9           low="10" high="500" default="500"/>
10
11   <number id="cycles" type="slider" arg="-cycles %"
12           _label="Time between Knocks" _low-label="Short" _high-label="Long"
13           low="100" high="10000" default="10000"/>
14
15   <_description>
16 Draws a groovy rotating fiber optic lamp.  Written by Tim Auckland.
17   </_description>
18 </screensaver>