summaryrefslogtreecommitdiffstats
path: root/hacks/config/beats.xml
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/config/beats.xml')
-rw-r--r--hacks/config/beats.xml42
1 files changed, 0 insertions, 42 deletions
diff --git a/hacks/config/beats.xml b/hacks/config/beats.xml
deleted file mode 100644
index 581ebf9..0000000
--- a/hacks/config/beats.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-
-<screensaver name="beats" _label="Beats" gl="yes">
-
- <command arg="-root"/>
-
- <video href="https://www.youtube.com/watch?v=u7N5l0LXryg"/>
-
- <number id="delay" type="slider" arg="-delay %"
- _label="Frame rate" _low-label="Low" _high-label="High"
- low="0" high="100000" default="30000"
- convert="invert"/>
-
- <number id="count" type="slider" arg="-count %"
- _label="Number of balls" _low-label="Few" _high-label="Many"
- low="1" high="100" default="30"/>
-
- <select id="cycle">
- <option id="random" _label="Random cycle style"/>
- <option _label="Clockwise cycle" arg-set="-cycle 0"/>
- <option _label="Rain dance cycle" arg-set="-cycle 1"/>
- <option _label="Metronome cycle" arg-set="-cycle 2"/>
- <option _label="Galaxy cycle" arg-set="-cycle 3"/>
- </select>
-
- <hgroup>
- <boolean id="tick" _label="Tick" arg-unset="-no-tick"/>
- <boolean id="blur" _label="Motion Blur" arg-unset="-no-blur"/>
- <boolean id="wire" _label="Wireframe" arg-set="-wireframe"/>
- </hgroup>
-
- <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
-
- <xscreensaver-updater />
-
- <_description>
-Draws figures that move around at a slightly different rate from
-each other, creating interesting chaotic and ordered patterns.
-
-Written by David Eccles; 2020.
- </_description>
-</screensaver>