diff options
Diffstat (limited to 'hacks/config/scooter.xml')
-rw-r--r-- | hacks/config/scooter.xml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/hacks/config/scooter.xml b/hacks/config/scooter.xml new file mode 100644 index 0000000..72fe9b3 --- /dev/null +++ b/hacks/config/scooter.xml @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> + +<screensaver name="scooter" _label="Scooter" gl="no"> + + <command arg="-root"/> + + <video href="https://www.youtube.com/watch?v=Qqzk1BldlXg"/> + + <hgroup> + <vgroup> + <number id="delay" type="slider" arg="-delay %" + _label="Frame rate" _low-label="Low" _high-label="High" + low="0" high="100000" default="20000" + convert="invert"/> + <number id="cycles" type="slider" arg="-cycles %" + _label="Boat Speed" _low-label="Very slow" _high-label="Very fast" + low="0" high="1000" default="5"/> + <number id="count" type="slider" arg="-count %" + _label="Number of doors" _low-label="4" _high-label="40" + low="4" high="40" default="24"/> + </vgroup> + <vgroup> + <number id="size" type="slider" arg="-size %" + _label="Number of stars" _low-label="1" _high-label="200" + low="0" high="200" default="100"/> + <number id="ncolors" type="slider" arg="-ncolors %" + _label="Number of colors" _low-label="Mono" _high-label="Colorful" + low="0" high="200" default="200"/> + + <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/> + + <xscreensaver-updater /> + </vgroup> + </hgroup> + + <_description> +Zooming down a tunnel in a star field. Originally an Amiga hack. + +Written by Sven Thoennissen; 2001. +Ported by EoflaOE; 2019. + </_description> +</screensaver> |