aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-06-13 12:54:31 -0400
committerbnewbold <bnewbold@robocracy.org>2016-06-13 12:54:31 -0400
commit0a86f0f0b7e74c2c9a09d7cef4c722e4024fcc6d (patch)
tree8f12a7ca9ee6daf3f143682153279358f77e3433 /configs
parentfc607a39d8620b03001d353de4071cf65316b2dc (diff)
downloadexuberant-hacks-0a86f0f0b7e74c2c9a09d7cef4c722e4024fcc6d.tar.gz
exuberant-hacks-0a86f0f0b7e74c2c9a09d7cef4c722e4024fcc6d.zip
add docs (manpages, README, etc) and cleanup Makefile
Diffstat (limited to 'configs')
-rw-r--r--configs/exuberantbovines.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/configs/exuberantbovines.xml b/configs/exuberantbovines.xml
new file mode 100644
index 0000000..49bc7d6
--- /dev/null
+++ b/configs/exuberantbovines.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<screensaver name="exuberantbovines" _label="ExuberantBovines" gl="yes">
+
+ <command arg="--root"/>
+
+ <video href="http://www.youtube.com/watch?v=O_b5UWhv49w"/>
+
+ <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="speed" type="slider" arg="--speed %"
+ _label="Bovine velocity" _low-label="Slow" _high-label="Fast"
+ low="0.05" high="2.0" default="1.0"/>
+
+ <number id="count" type="slider" arg="--count %"
+ _label="Number of 'vines" _low-label="Moo" _high-label="Herd"
+ low="1" high="9" default="3"/>
+
+ <boolean id="wire" _label="Wireframe" arg-set="--wireframe"/>
+ <boolean id="showfps" _label="Show frame rate" arg-set="--fps"/>
+
+ <xscreensaver-updater />
+
+ <_description>
+A port of jwz's BouncingCow to Rust.
+ </_description>
+</screensaver>