/usr/share/xscreensaver/config/unicrud.xml is in xscreensaver-gl 5.36-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | <?xml version="1.0" encoding="ISO-8859-1"?>
<screensaver name="unicrud" _label="Unicrud" gl="yes">
<command arg="-root"/>
<video href="https://www.youtube.com/watch?v=prEzdYMZ7xA"/>
<number id="delay" type="slider" arg="-delay %"
_label="Frame rate" _low-label="Low" _high-label="High"
low="0" high="100000" default="20000"
convert="invert"/>
<number id="speed" type="slider" arg="-speed %"
_label="Animation speed" _low-label="Slow" _high-label="Fast"
low="0.05" high="10.0" default="1.0"/>
<hgroup>
<boolean id="wander" _label="Wander" arg-unset="-no-wander"/>
<boolean id="spin" _label="Spin" arg-unset="-no-spin"/>
<boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
</hgroup>
<select id="block">
<option _label="Display everything"/>
<option _label="Display Latin1" arg-set="-block Latin1,Latin_Extended-A,Latin_Extended-B,Spacing_Modifier_Letters"/>
<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"/>
<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"/>
<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"/>
<option _label="Display hieroglyphs" arg-set="-block Egyptian_Hieroglyphs"/>
</select>
<xscreensaver-updater />
<_description>
Chooses a random Unicode character and displays it full screen,
along with some information about it.
https://en.wikipedia.org/wiki/Unicode
Written by Jamie Zawinski; 2016.
</_description>
</screensaver>
|