summaryrefslogtreecommitdiffstats
path: root/hacks/config/atlantis.xml
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/config/atlantis.xml')
-rw-r--r--hacks/config/atlantis.xml50
1 files changed, 50 insertions, 0 deletions
diff --git a/hacks/config/atlantis.xml b/hacks/config/atlantis.xml
new file mode 100644
index 0000000..2e06b85
--- /dev/null
+++ b/hacks/config/atlantis.xml
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<screensaver name="atlantis" _label="Atlantis" gl="yes">
+
+ <command arg="-root"/>
+
+ <video href="https://www.youtube.com/watch?v=U78xPez5UGg"/>
+
+ <number id="sharkspeed" type="slider" arg="-delay %"
+ _label="Frame rate" _low-label="Low" _high-label="High"
+ low="0" high="100000" default="25000"
+ convert="invert"/>
+
+ <number id="whalespeed" type="slider" arg="-whalespeed %"
+ _label="Whale speed" _low-label="Slow" _high-label="Fast"
+ low="0" high="1000" default="250"/>
+
+ <number id="sharkproximity" type="slider" arg="-size %"
+ _label="Shark proximity" _low-label="Shy" _high-label="Agressive"
+ low="100" high="10000" default="6000"/>
+
+ <number id="sharkcount" type="slider" arg="-count %"
+ _label="Number of sharks" _low-label="None" _high-label="20"
+ low="0" high="20" default="4"/>
+
+ <hgroup>
+ <select id="water">
+ <option id="shimmer" _label="Shimmering water"/>
+ <option id="clear" _label="Clear water" arg-set="-no-texture"/>
+ </select>
+
+ <select id="bg">
+ <option id="flat" _label="Flat background" arg-set="-no-gradient"/>
+ <option id="gradient" _label="Gradient background"/>
+ </select>
+ </hgroup>
+
+ <hgroup>
+ <boolean id="wire" _label="Wireframe" arg-set="-wireframe"/>
+ <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+ </hgroup>
+
+ <xscreensaver-updater />
+
+ <_description>
+Sharks, dolphins and whales.
+
+Written by Mark Kilgard; 1998.
+ </_description>
+</screensaver>