summaryrefslogtreecommitdiffstats
path: root/hacks/config/t3d.xml
blob: d1fd19b12812d41b2c8096963b728c54e86944c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
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>