summaryrefslogtreecommitdiffstats
path: root/hacks/config/t3d.xml
diff options
context:
space:
mode:
authorSimon Rettberg2018-10-16 10:08:48 +0200
committerSimon Rettberg2018-10-16 10:08:48 +0200
commitd3a98cf6cbc3bd0b9efc570f58e8812c03931c18 (patch)
treecbddf8e50f35a9c6e878a5bfe3c6d625d99e12ba /hacks/config/t3d.xml
downloadxscreensaver-d3a98cf6cbc3bd0b9efc570f58e8812c03931c18.tar.gz
xscreensaver-d3a98cf6cbc3bd0b9efc570f58e8812c03931c18.tar.xz
xscreensaver-d3a98cf6cbc3bd0b9efc570f58e8812c03931c18.zip
Original 5.40
Diffstat (limited to 'hacks/config/t3d.xml')
-rw-r--r--hacks/config/t3d.xml60
1 files changed, 60 insertions, 0 deletions
diff --git a/hacks/config/t3d.xml b/hacks/config/t3d.xml
new file mode 100644
index 0000000..d1fd19b
--- /dev/null
+++ b/hacks/config/t3d.xml
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<screensaver name="t3d" _label="T3D">
+
+ <command arg="-root"/>
+
+ <video href="https://www.youtube.com/watch?v=5UohH7U2CAI"/>
+
+ <hgroup>
+ <vgroup>
+ <number id="delay" type="slider" arg="-delay %"
+ _label="Frame rate" _low-label="Low" _high-label="High"
+ low="0" high="100000" default="40000"
+ convert="invert"/>
+
+ <number id="move" type="slider" arg="-move %"
+ _label="Turn side-to-side" _low-label="0 deg" _high-label="90 deg"
+ low="0.0" high="3.0" default="0.5"/>
+
+ <number id="wobble" type="slider" arg="-wobble %"
+ _label="Wobbliness" _low-label="Low" _high-label="High"
+ low="0.0" high="3.0" default="2.0"/>
+ </vgroup>
+
+ <vgroup>
+ <number id="cycle" type="slider" arg="-cycle %"
+ _label="Cycle seconds" _low-label="Low" _high-label="High"
+ low="0.0" high="60.0" default="10.0"/>
+
+ <number id="mag" type="slider" arg="-mag %"
+ _label="Magnification" _low-label="Smaller" _high-label="Bigger"
+ low="0.1" high="4.0" default="1.0"/>
+
+ <select id="mins">
+ <option id="min2" _label="Minute tick marks" arg-set="-minutes"/>
+ <option id="min5" _label="5 minute tick marks"/>
+ </select>
+
+ <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+
+ </vgroup>
+ </hgroup>
+
+ <!-- #### -fast [50] -->
+ <!-- #### -colcycle [?] -->
+ <!-- #### -hsvcycle [0.0] -->
+ <!-- #### -rgb [?] -->
+ <!-- #### -hsv [?] -->
+
+ <xscreensaver-updater />
+
+ <_description>
+This screen saver was removed from the XScreenSaver distribution as of
+version 5.08.
+
+Draws a working analog clock composed of floating, throbbing bubbles.
+
+Written by Bernd Paysan; 1999.
+ </_description>
+</screensaver>