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/fuzzyflakes.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/fuzzyflakes.xml')
| -rw-r--r-- | hacks/config/fuzzyflakes.xml | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/hacks/config/fuzzyflakes.xml b/hacks/config/fuzzyflakes.xml deleted file mode 100644 index 96f8389..0000000 --- a/hacks/config/fuzzyflakes.xml +++ /dev/null @@ -1,66 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> - -<screensaver name="fuzzyflakes" _label="Fuzzy Flakes"> - - <command arg="-root"/> - - <video href="https://www.youtube.com/watch?v=NrGe3xcqAns"/> - - <hgroup> - <vgroup> - <number id="delay" type="slider" arg="-delay %" - _label="Frame rate" _low-label="Low" _high-label="High" - low="0" high="100000" default="10000" - convert="invert"/> - - <number id="speed" type="slider" arg="-speed %" - _label="Speed" _low-label="Slow" _high-label="Fast" - low="1" high="50" default="10"/> - - <number id="layers" type="slider" arg="-layers %" - _label="Layers" _low-label="Few" _high-label="Many" - low="1" high="10" default="3"/> - - <hgroup> - <boolean id="rc" _label="Random colors" arg-set="-random-colors"/> - <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/> - </hgroup> - - <select id="color"> - <option id="lred" _label="Red" arg-set="-color #FF0000"/> - <option id="pink" _label="Pink"/> - <option id="lyellow" _label="Yellow" arg-set="-color #FFFF00"/> - <option id="lgreen" _label="Green" arg-set="-color #00FF00"/> - <option id="lcyan" _label="Cyan" arg-set="-color #00FFFF"/> - <option id="lblue" _label="Blue" arg-set="-color #0000FF"/> - <option id="lmagenta" _label="Magenta" arg-set="-color #FF00FF"/> - </select> - - </vgroup> - <vgroup> - <number id="arms" type="slider" arg="-arms %" - _label="Arms" _low-label="Few" _high-label="Many" - low="1" high="10" default="5"/> - <number id="thickness" type="slider" arg="-thickness %" - _label="Thickness" _low-label="Thin" _high-label="Thick" - low="1" high="50" default="10"/> - <number id="bthickness" type="slider" arg="-bthickness %" - _label="Border thickness" _low-label="Thin" _high-label="Thick" - low="0" high="50" default="3"/> - <number id="radius" type="slider" arg="-radius %" - _label="Radius" _low-label="Small" _high-label="Large" - low="1" high="100" default="20"/> - - </vgroup> - </hgroup> - - <xscreensaver-updater /> - - <_description> -Falling colored snowflake/flower shapes. - -https://en.wikipedia.org/wiki/Snowflake - -Written by Barry Dmytro; 2004. - </_description> -</screensaver> |
