summaryrefslogtreecommitdiffstats
path: root/hacks/config/helix.xml
blob: 00d452551b3477b0fc7b3b5cd7e59b867148f68a (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
<?xml version="1.0" encoding="ISO-8859-1"?>

<screensaver name="helix" _label="Helix">

  <command arg="-root"/>

  <video href="https://www.youtube.com/watch?v=H-mMnadnPSs"/>

  <number id="delay" type="slider" arg="-subdelay %"
          _label="Frame rate" _low-label="Low" _high-label="High"
          low="0" high="100000" default="20000"
          convert="invert"/>

  <number id="delay" type="slider" arg="-delay %"
          _label="Linger" _low-label="1 second" _high-label="1 minute"
          low="1" high="60" default="5"/>

  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>

  <xscreensaver-updater />

  <_description>
Spirally string-art-ish patterns.

Written by Jamie Zawinski; 1992.
  </_description>
</screensaver>