diff options
| author | Simon Rettberg | 2024-09-06 14:42:37 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2024-09-06 14:42:37 +0200 |
| commit | badef32037f52f79abc1f1440b786cd71afdf270 (patch) | |
| tree | 412b792d4cab4a7a110db82fcf74fe8a1ac55ec1 /hacks/config/gltext.xml | |
| parent | Delete pre-6.00 files (diff) | |
| download | xscreensaver-master.tar.gz xscreensaver-master.tar.xz xscreensaver-master.zip | |
Diffstat (limited to 'hacks/config/gltext.xml')
| -rw-r--r-- | hacks/config/gltext.xml | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/hacks/config/gltext.xml b/hacks/config/gltext.xml deleted file mode 100644 index 48b5076..0000000 --- a/hacks/config/gltext.xml +++ /dev/null @@ -1,51 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> - -<screensaver name="gltext" _label="GL Text" gl="yes"> - - <command arg="-root"/> - - <video href="https://www.youtube.com/watch?v=jrXa-QtY6MU"/> - - <number id="delay" type="slider" arg="-delay %" - _label="Frame rate" _low-label="Low" _high-label="High" - low="0" high="100000" default="20000" - convert="invert"/> - - <select id="text"> - <option id="uname" _label="Display system information" /> - <option id="clock" _label="Display date and time" - arg-set="-text '%A%n%d %b %Y%n%r'"/> - </select> - - <hgroup> - <select id="facing"> - <option id="front" _label="Always face front"/> - <option id="nofront" _label="Spin all the way around" arg-set="-no-front"/> - </select> - <boolean id="wander" _label="Wander" arg-unset="-no-wander"/> - </hgroup> - - <select id="rotation"> - <option id="no" _label="Don't rotate" arg-set="-spin 0"/> - <option id="x" _label="Rotate around X axis" arg-set="-spin X"/> - <option id="y" _label="Rotate around Y axis" arg-set="-spin Y"/> - <option id="z" _label="Rotate around Z axis" arg-set="-spin Z"/> - <option id="xy" _label="Rotate around X and Y axes" arg-set="-spin XY"/> - <option id="xz" _label="Rotate around X and Z axes" arg-set="-spin XZ"/> - <option id="yz" _label="Rotate around Y and Z axes" arg-set="-spin YZ"/> - <option id="xyz" _label="Rotate around all three axes"/> - </select> - - <boolean id="wire" _label="Wireframe" arg-set="-wireframe"/> - <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/> - - <xscreensaver-updater /> - - <_description> -Displays a few lines of text spinning around in a solid 3D font. -The text can use strftime() escape codes to display the current -date and time. - -Written by Jamie Zawinski; 2001. - </_description> -</screensaver> |
