From http://www.jwz.org/xscreensaver/xscreensaver-5.37.tar.gz
[xscreensaver] / hacks / config / unicrud.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="unicrud" _label="Unicrud" gl="yes">
4
5   <command arg="-root"/>
6
7   <video href="https://www.youtube.com/watch?v=prEzdYMZ7xA"/>
8
9   <number id="delay" type="slider" arg="-delay %"
10           _label="Frame rate" _low-label="Low" _high-label="High"
11           low="0" high="100000" default="20000"
12           convert="invert"/>
13
14   <number id="speed" type="slider" arg="-speed %"
15           _label="Animation speed" _low-label="Slow" _high-label="Fast"
16           low="0.05" high="10.0" default="1.0"/>
17
18   <hgroup>
19    <boolean id="wander" _label="Wander"    arg-unset="-no-wander"/>
20    <boolean id="spin"   _label="Spin"      arg-unset="-no-spin"/>
21    <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
22    <boolean id="titles"  _label="Show titles" arg-unset="-no-titles"/>
23   </hgroup>
24
25   <select id="block">
26     <option _label="Display everything"/>
27     <option _label="Display Latin1" arg-set="-block Latin1,Latin_Extended-A,Latin_Extended-B,Spacing_Modifier_Letters"/>
28     <option _label="Display simple characters" arg-set="-block Latin1,Latin_Extended-A,Latin_Extended-B,Spacing_Modifier_Letters,Phonetic_Extensions,Latin_Extended_Additional,Greek_Extended,General_Punctuation,Superscripts_and_Subscripts,Currency_Symbols,Letterlike_Symbols,Number_Forms"/>
29     <option _label="Display mathematical symbols" arg-set="-block Greek_and_Coptic,Mathematical_Operators,Miscellaneous_Mathematical_Symbols-A,Supplemental_Arrows-A,Supplemental_Arrows-B,Miscellaneous_Mathematical_Symbols-B,Supplemental_Mathematical_Operators,Miscellaneous_Symbols_and_Arrows"/>
30     <option _label="Display emoticons" arg-set="-block Currency_Symbols,Miscellaneous_Technical,Box_Drawing,Geometric_Shapes,Miscellaneous_Symbols,Dingbats,Mahjong_Tiles,Domino_Tiles,Playing_Cards,Miscellaneous_Symbols_and_Pictographs,Emoticons,Ornamental_Dingbats,Transport_and_Map_Symbols,Alchemical_Symbols,Geometric_Shapes_Extended,Supplemental_Symbols_and_Pictographs,Egyptian_Hieroglyphs"/>
31     <option _label="Display hieroglyphs" arg-set="-block Egyptian_Hieroglyphs"/>
32   </select>
33
34   <xscreensaver-updater />
35
36   <_description>
37 Chooses a random Unicode character and displays it full screen,
38 along with some information about it.
39
40 https://en.wikipedia.org/wiki/Unicode
41
42 Written by Jamie Zawinski; 2016.
43   </_description>
44 </screensaver>