summaryrefslogblamecommitdiffstats
path: root/hacks/config/lissie.xml
blob: ca165a4ac4c0e5cfb0e6358ec6efeb686bde0e55 (plain) (tree)



















































                                                                              
<?xml version="1.0" encoding="ISO-8859-1"?>

<screensaver name="lissie" _label="Lissie">

  <command arg="-root"/>

  <video href="https://www.youtube.com/watch?v=6EBNCXcD9f0"/>

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

    <number id="cycles" type="slider" arg="-cycles %"
             _label="Timeout" _low-label="Small" _high-label="Large"
            low="0" high="80000" default="20000"/>
   </vgroup>

   <vgroup>
    <number id="ncolors" type="slider" arg="-ncolors %"
              _label="Number of colors" _low-label="Two" _high-label="Many"
              low="1" high="255" default="200"/>

    <number id="count" type="slider" arg="-count %"
            _label="Count" _low-label="1" _high-label="20"
             low="0" high="20" default="1"/>
   </vgroup>
  </hgroup>

  <hgroup>
   <vgroup>
    <number id="size" type="spinbutton" arg="-size %"
             _label="Size" low="-500" high="500" default="-200"/>
   </vgroup>
   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
  </hgroup>

  <xscreensaver-updater />

  <_description>
This screen saver was removed from the XScreenSaver distribution as of
version 5.08.

Lissajous loops.  This one draws the progress of circular shapes along a path.

https://en.wikipedia.org/wiki/Lissajous_curve

Written by Alexander Jolk; 1997.
  </_description>
</screensaver>