-
Notifications
You must be signed in to change notification settings - Fork 0
/
bouncingline.xml
52 lines (40 loc) · 1.88 KB
/
bouncingline.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2004-2005 Sun Microsystems, Inc. All rights reserved. Use is
subject to license terms.
This program is free software; you can redistribute it and/or modify
it under the terms of the Lesser GNU General Public License as
published by the Free Software Foundation; either version 2 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA
-->
<!--
- xscreensaver-style configuration file for BouncingLine screensaver.
-
- For details about the file format of this file, see the hacks/config/README
- file in the xscreensaver distribution, copied here for convenience:
- https://jdic.dev.java.net/documentation/incubator/screensaver/xscreensaver-config.txt
-->
<screensaver name="bouncingline" _label="Bouncing Line">
<command arg="-root"/>
<command arg="-jar bouncingline.jar"/>
<command arg="-class org.jdesktop.jdic.screensaver.bouncingline.BouncingLine"/>
<file id="jdkhome" _label="Java Home (blank=auto)" arg="-jdkhome %" />
<select id="color">
<option id="blue" _label="Blue Line" /> <!-- default -->
<option id="green" _label="Green Line" arg-set="-color #00ff00" />
<option id="red" _label="Red Line" arg-set="-color #ff0000" />
</select>
<_description>
Very simple line bouncing screensaver written in Java. This is
meant as a base example for developers to write their own screensavers
in Java but it can be oddly relaxing to watch anyway!
</_description>
</screensaver>