summaryrefslogtreecommitdiffstats
path: root/hacks/config/pipes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/config/pipes.xml')
-rw-r--r--hacks/config/pipes.xml49
1 files changed, 49 insertions, 0 deletions
diff --git a/hacks/config/pipes.xml b/hacks/config/pipes.xml
new file mode 100644
index 0000000..ba2deff
--- /dev/null
+++ b/hacks/config/pipes.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<screensaver name="pipes" _label="Pipes" gl="yes">
+
+ <command arg="-root"/>
+
+ <video href="https://www.youtube.com/watch?v=UsUGENa7jvE"/>
+
+ <number id="delay" type="slider" arg="-delay %"
+ _label="Frame rate" _low-label="Low" _high-label="High"
+ low="0" high="100000" default="10000"
+ convert="invert"/>
+
+ <number id="cycles" type="slider" arg="-cycles %"
+ _label="Number of pipes" _low-label="One" _high-label="A hundred"
+ low="1" high="100" default="5"/>
+
+ <number id="size" type="slider" arg="-size %"
+ _label="Pipe length" _low-label="Short" _high-label="Long"
+ low="0" high="3000" default="500"/>
+
+ <number id="factory" type="slider" arg="-factory %"
+ _label="Gadgetry" _low-label="None" _high-label="Lots"
+ low="0" high="10" default="2"/>
+
+ <hgroup>
+ <boolean id="fisheye" _label="Fisheye lens" arg-unset="-no-fisheye"/>
+ <boolean id="tight" _label="Allow tight turns" arg-set="-tightturns"/>
+ <select id="style">
+ <option id="curves" _label="Curved pipes" arg-set="-count 3"/>
+ <option id="balls" _label="Ball joints" arg-set="-count 1"/>
+ <option id="fit" _label="Bolted fittings"/>
+ <option id="random" _label="Random style" arg-set="-count 0"/>
+ </select>
+ </hgroup>
+
+ <hgroup>
+ <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+ <boolean id="wire" _label="Wireframe" arg-set="-wireframe"/>
+ </hgroup>
+
+ <xscreensaver-updater />
+
+ <_description>
+A growing plumbing system, with bolts and valves.
+
+Written by Marcelo Vianna and Jamie Zawinski; 1997.
+ </_description>
+</screensaver>