diff options
Diffstat (limited to 'hacks/config/sierpinski.xml')
| -rw-r--r-- | hacks/config/sierpinski.xml | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/hacks/config/sierpinski.xml b/hacks/config/sierpinski.xml deleted file mode 100644 index 3aec43d..0000000 --- a/hacks/config/sierpinski.xml +++ /dev/null @@ -1,37 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> - -<screensaver name="sierpinski" _label="Sierpinski"> - - <command arg="-root"/> - - <video href="https://www.youtube.com/watch?v=m0zdPWuFhjA"/> - - <number id="delay" type="slider" arg="-delay %" - _label="Frame rate" _low-label="Low" _high-label="High" - low="0" high="1000000" default="400000" - convert="invert"/> - - <number id="count" type="slider" arg="-count %" - _label="Points" _low-label="Few" _high-label="Many" - low="10" high="10000" default="2000"/> - - <number id="cycles" type="slider" arg="-cycles %" - _label="Timeout" _low-label="Small" _high-label="Large" - low="0" high="1000" default="100"/> - - <number id="ncolors" type="slider" arg="-ncolors %" - _label="Number of colors" _low-label="Two" _high-label="Many" - low="1" high="255" default="64"/> - - <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/> - - <xscreensaver-updater /> - - <_description> -The 2D Sierpinski triangle fractal. See also the "Sierpinski3D" screen saver. - -https://en.wikipedia.org/wiki/Sierpinski_triangle - -Written by Desmond Daignault; 1997. - </_description> -</screensaver> |
