summaryrefslogtreecommitdiffstats
path: root/hacks/config/fluidballs.xml
diff options
context:
space:
mode:
authorSimon Rettberg2018-10-16 10:08:48 +0200
committerSimon Rettberg2018-10-16 10:08:48 +0200
commitd3a98cf6cbc3bd0b9efc570f58e8812c03931c18 (patch)
treecbddf8e50f35a9c6e878a5bfe3c6d625d99e12ba /hacks/config/fluidballs.xml
downloadxscreensaver-d3a98cf6cbc3bd0b9efc570f58e8812c03931c18.tar.gz
xscreensaver-d3a98cf6cbc3bd0b9efc570f58e8812c03931c18.tar.xz
xscreensaver-d3a98cf6cbc3bd0b9efc570f58e8812c03931c18.zip
Original 5.40
Diffstat (limited to 'hacks/config/fluidballs.xml')
-rw-r--r--hacks/config/fluidballs.xml55
1 files changed, 55 insertions, 0 deletions
diff --git a/hacks/config/fluidballs.xml b/hacks/config/fluidballs.xml
new file mode 100644
index 0000000..2acd92c
--- /dev/null
+++ b/hacks/config/fluidballs.xml
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<screensaver name="fluidballs" _label="FluidBalls">
+
+ <command arg="-root"/>
+
+ <video href="https://www.youtube.com/watch?v=5Iz9V-vOrxA"/>
+
+ <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="count" type="slider" arg="-count %"
+ _label="Number of balls" _low-label="Few" _high-label="Many"
+ low="1" high="3000" default="300"/>
+
+ <number id="size" type="slider" arg="-size %"
+ _label="Ball size" _low-label="Small" _high-label="Large"
+ low="3" high="200" default="25"/>
+ </vgroup>
+ <vgroup>
+ <number id="gravity" type="slider" arg="-gravity %"
+ _label="Gravity" _low-label=" Freefall" _high-label="Jupiter"
+ low="0.0" high="0.1" default="0.01"/>
+
+ <number id="wind" type="slider" arg="-wind %"
+ _label="Wind" _low-label="Still" _high-label="Hurricane"
+ low="0.0" high="0.1" default="0.00"/>
+
+ <number id="elasticity" type="slider" arg="-elasticity %"
+ _label="Friction" _low-label="Clay" _high-label="Rubber"
+ low="0.2" high="1.0" default="0.97"/>
+ </vgroup>
+ </hgroup>
+
+ <hgroup>
+ <boolean id="random" _label="Various ball sizes" arg-unset="-no-random"/>
+ <boolean id="shake" _label="Shake box" arg-unset="-no-shake"/>
+ <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+ </hgroup>
+
+ <xscreensaver-updater />
+
+ <_description>
+Models the physics of bouncing balls, or of particles in a gas or
+fluid, depending on the settings. If "Shake Box" is selected, then
+every now and then, the box will be rotated, changing which direction
+is down (in order to keep the settled balls in motion.)
+
+Written by Peter Birtles and Jamie Zawinski; 2002.
+ </_description>
+</screensaver>