summaryrefslogtreecommitdiffstats
path: root/hacks/config/starwars.xml
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/config/starwars.xml')
-rw-r--r--hacks/config/starwars.xml63
1 files changed, 0 insertions, 63 deletions
diff --git a/hacks/config/starwars.xml b/hacks/config/starwars.xml
deleted file mode 100644
index 2f4e90e..0000000
--- a/hacks/config/starwars.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-
-<screensaver name="starwars" _label="Star Wars" gl="yes">
-
- <command arg="-root"/>
-
- <video href="https://www.youtube.com/watch?v=UUjC-6e7y_U"/>
-
- <hgroup>
- <vgroup>
- <number id="delay" type="slider" arg="-delay %"
- _low-label=" Frame rate Low" _high-label="High"
- low="0" high="100000" default="40000"
- convert="invert"/>
- <number id="steps" type="slider" arg="-steps %"
- _low-label="Scroll speed Slow" _high-label="Fast"
- low="1" high="100" default="35"
- convert="invert"/>
- <number id="spin" type="slider" arg="-spin %"
- _low-label=" Stars speed Slow" _high-label="Fast"
- low="0.0" high="0.2" default="0.03"/>
-
- <xscreensaver-text />
- </vgroup>
-
- <vgroup>
- <select id="align">
- <option id="left" _label="Flush left text" arg-set="-alignment left"/>
- <option id="center" _label="Centered text"/>
- <option id="right" _label="Flush right text" arg-set="-alignment right"/>
- </select>
-
- <boolean id="wrap" _label="Wrap long lines" arg-unset="-no-wrap"/>
- <boolean id="texture" _label="Texture-mapped font" arg-unset="-no-textures"/>
- <boolean id="smooth" _label="Anti-aliased lines" arg-unset="-no-smooth"/>
- <hgroup>
- <boolean id="thick" _label="Thick lines" arg-unset="-no-thick"/>
- <boolean id="fade" _label="Fade out" arg-unset="-no-fade"/>
- </hgroup>
- <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
-
- <number id="lines" type="spinbutton" arg="-lines %"
- _label="Text lines" low="4" high="1000" default="125"/>
- <number id="size" type="spinbutton" arg="-size %"
- _label="Font point size" low="-1" high="10" default="-1"/>
- <number id="columns" type="spinbutton" arg="-columns %"
- _label="or, Text columns" low="-1" high="200" default="-1"/>
-
- </vgroup>
- </hgroup>
-
- <xscreensaver-updater />
-
- <_description>
-A stream of text slowly scrolling into the distance at an
-angle, over a star field, like at the beginning of the movie of the
-same name.
-
-https://en.wikipedia.org/wiki/Star_Wars_opening_crawl
-
-Written by Jamie Zawinski and Claudio Matsuoka; 2001.
- </_description>
-</screensaver>