summaryrefslogtreecommitdiffstats
path: root/hacks/config/dnalogo.xml
blob: ac10f15ae9be4c9ba694c3ee4f31cb92769d85e4 (plain) (blame)
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
<?xml version="1.0" encoding="ISO-8859-1"?>

<screensaver name="dnalogo" _label="DNA Logo" gl="yes">

  <command arg="-root"/>

  <video href="https://www.youtube.com/watch?v=B7I5A7E3SP0"/>

  <number id="delay" type="slider" arg="-delay %"
          _label="Frame Rate" _low-label="Low" _high-label="High"
          low="0" high="100000" default="25000"
          convert="invert"/>

  <select id="mode">
   <option id="glyph"    _label="DNA Lounge logo" arg-set="-mode helix"/>
   <option id="pizza"    _label="DNA Pizza logo"  arg-set="-mode pizza"/>
   <option id="both"     _label="DNA Lounge and DNA Pizza logos"/>
<!--<option id="codeword" _label="Codeword logo"  arg-set="-mode codeword"/>-->
  </select>
  <hgroup>
   <boolean id="wire"    _label="Wireframe"       arg-set="-wireframe"/>
   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
  </hgroup>

  <xscreensaver-updater />

  <_description>
DNA Lounge

        Restaurant -- Bar -- Nightclub -- Cafe -- Est. 1985.

        375 Eleventh Street
        San Francisco, CA
        94103

Codeword

        Restaurant -- Bar -- Nightclub -- Cafe -- Est. 2015.

        917 Folsom Street
        San Francisco, CA
        94107

        https://www.dnalounge.com/
        http://www.dnapizza.com/
        https://www.codeword-sf.com/

Written by Jamie Zawinski; 2001.
  </_description>
</screensaver>