summaryrefslogtreecommitdiffstats
path: root/hacks/config/unicrud.xml
diff options
context:
space:
mode:
authorSimon Rettberg2024-09-06 14:42:37 +0200
committerSimon Rettberg2024-09-06 14:42:37 +0200
commitbadef32037f52f79abc1f1440b786cd71afdf270 (patch)
tree412b792d4cab4a7a110db82fcf74fe8a1ac55ec1 /hacks/config/unicrud.xml
parentDelete pre-6.00 files (diff)
downloadxscreensaver-master.tar.gz
xscreensaver-master.tar.xz
xscreensaver-master.zip
Diffstat (limited to 'hacks/config/unicrud.xml')
-rw-r--r--hacks/config/unicrud.xml44
1 files changed, 0 insertions, 44 deletions
diff --git a/hacks/config/unicrud.xml b/hacks/config/unicrud.xml
deleted file mode 100644
index 327e033..0000000
--- a/hacks/config/unicrud.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-<?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"/>
- <boolean id="titles" _label="Show titles" arg-unset="-no-titles"/>
- </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>