summaryrefslogtreecommitdiffstats
path: root/hacks/config/bubbles.xml
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/config/bubbles.xml')
-rw-r--r--hacks/config/bubbles.xml42
1 files changed, 0 insertions, 42 deletions
diff --git a/hacks/config/bubbles.xml b/hacks/config/bubbles.xml
deleted file mode 100644
index 86cb132..0000000
--- a/hacks/config/bubbles.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-
-<screensaver name="bubbles" _label="Bubbles">
-
- <command arg="-root"/>
-
- <video href="https://www.youtube.com/watch?v=Mli1TjZY1YA"/>
-
- <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="simple" _label="Draw circles instead of bubble images"
- arg-set="-simple"/>
-
- <boolean id="broken" _label="Don't hide bubbles when they pop"
- arg-set="-broken"/>
-
- <boolean id="trails" _label="Leave trails" arg-set="-trails"/>
-
- <select id="gravity">
- <option id="rise" _label="Bubbles rise" arg-set="-mode rise"/>
- <option id="float" _label="Bubbles float"/>
- <option id="drop" _label="Bubbles fall" arg-set="-mode drop"/>
- </select>
-
- <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
-
- <xscreensaver-updater />
-
- <_description>
-This screen saver was removed from the XScreenSaver distribution as of
-version 5.08.
-
-This simulates the kind of bubble formation that happens when water
-boils: small bubbles appear, and as they get closer to each other,
-they combine to form larger bubbles, which eventually pop.
-
-Written by James Macnicol; 1996.
- </_description>
-</screensaver>