summaryrefslogtreecommitdiffstats
path: root/hacks/config/fuzzyflakes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/config/fuzzyflakes.xml')
-rw-r--r--hacks/config/fuzzyflakes.xml66
1 files changed, 66 insertions, 0 deletions
diff --git a/hacks/config/fuzzyflakes.xml b/hacks/config/fuzzyflakes.xml
new file mode 100644
index 0000000..b59517d
--- /dev/null
+++ b/hacks/config/fuzzyflakes.xml
@@ -0,0 +1,66 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<screensaver name="fuzzyflakes" _label="FuzzyFlakes">
+
+ <command arg="-root"/>
+
+ <video href="https://www.youtube.com/watch?v=NrGe3xcqAns"/>
+
+ <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="speed" type="slider" arg="-speed %"
+ _label="Speed" _low-label="Slow" _high-label="Fast"
+ low="1" high="50" default="10"/>
+
+ <number id="layers" type="slider" arg="-layers %"
+ _label="Layers" _low-label="Few" _high-label="Many"
+ low="1" high="10" default="3"/>
+
+ <hgroup>
+ <boolean id="rc" _label="Random colors" arg-set="-random-colors"/>
+ <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+ </hgroup>
+
+ <select id="color">
+ <option id="lred" _label="Red" arg-set="-color #FF0000"/>
+ <option id="pink" _label="Pink"/>
+ <option id="lyellow" _label="Yellow" arg-set="-color #FFFF00"/>
+ <option id="lgreen" _label="Green" arg-set="-color #00FF00"/>
+ <option id="lcyan" _label="Cyan" arg-set="-color #00FFFF"/>
+ <option id="lblue" _label="Blue" arg-set="-color #0000FF"/>
+ <option id="lmagenta" _label="Magenta" arg-set="-color #FF00FF"/>
+ </select>
+
+ </vgroup>
+ <vgroup>
+ <number id="arms" type="slider" arg="-arms %"
+ _label="Arms" _low-label="Few" _high-label="Many"
+ low="1" high="10" default="5"/>
+ <number id="thickness" type="slider" arg="-thickness %"
+ _label="Thickness" _low-label="Thin" _high-label="Thick"
+ low="1" high="50" default="10"/>
+ <number id="bthickness" type="slider" arg="-bthickness %"
+ _label="Border thickness" _low-label="Thin" _high-label="Thick"
+ low="0" high="50" default="3"/>
+ <number id="radius" type="slider" arg="-radius %"
+ _label="Radius" _low-label="Small" _high-label="Large"
+ low="1" high="100" default="20"/>
+
+ </vgroup>
+ </hgroup>
+
+ <xscreensaver-updater />
+
+ <_description>
+Falling colored snowflake/flower shapes.
+
+https://en.wikipedia.org/wiki/Snowflake
+
+Written by Barry Dmytro; 2004.
+ </_description>
+</screensaver>