summaryrefslogtreecommitdiffstats
path: root/hacks/config/bubble3d.xml
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/config/bubble3d.xml')
-rw-r--r--hacks/config/bubble3d.xml30
1 files changed, 0 insertions, 30 deletions
diff --git a/hacks/config/bubble3d.xml b/hacks/config/bubble3d.xml
deleted file mode 100644
index bcc0f4b..0000000
--- a/hacks/config/bubble3d.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-
-<screensaver name="bubble3d" _label="Bubble 3D" gl="yes">
-
- <command arg="-root"/>
-
- <video href="https://www.youtube.com/watch?v=4vcj8sq9FO8"/>
-
- <number id="delay" type="slider" arg="-delay %"
- _label="Frame rate" _low-label="Low" _high-label="High"
- low="0" high="100000" default="10000"
- convert="invert"/>
-
- <boolean id="transp" _label="Transparent bubbles" arg-unset="-no-transparent"/>
- <select id="bubblecolor">
- <option id="random" _label="Random" />
- <option id="Red" _label="Amber" arg-set="-color #FF0000" />
- <option id="Green" _label="Green" arg-set="-color #00FF00" />
- <option id="Blue" _label="Blue" arg-set="-color #0000FF" />
- <option id="white" _label="White" arg-set="-color #FFFFFF" />
- </select>
- <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
- <xscreensaver-updater />
-
- <_description>
-Rising, undulating 3D bubbles, with transparency and specular reflections.
-
-Written by Richard Jones; 1998.
- </_description>
-</screensaver>