summaryrefslogtreecommitdiffstats
path: root/hacks/config/xanalogtv.xml
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/config/xanalogtv.xml')
-rw-r--r--hacks/config/xanalogtv.xml48
1 files changed, 48 insertions, 0 deletions
diff --git a/hacks/config/xanalogtv.xml b/hacks/config/xanalogtv.xml
new file mode 100644
index 0000000..5064ca1
--- /dev/null
+++ b/hacks/config/xanalogtv.xml
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<screensaver name="xanalogtv" _label="XAnalogTV">
+
+ <command arg="-root"/>
+
+ <video href="https://www.youtube.com/watch?v=VmM1KkFsry0"/>
+
+ <hgroup>
+ <vgroup>
+ <xscreensaver-image />
+ </vgroup>
+ <vgroup>
+ <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+ <boolean id="colorbars" _label="Colorbars only" arg-set="-colorbars-only"/>
+ </vgroup>
+ </hgroup>
+
+ <hgroup>
+ <vgroup>
+ <number id="tvcolor" type="slider" arg="-tv-color %"
+ _label="Color Knob" _low-label="Low" _high-label="High"
+ low="0" high="400" default="70"/>
+ <number id="tvtint" type="slider" arg="-tv-tint %"
+ _label="Tint Knob" _low-label="Low" _high-label="High"
+ low="0" high="360" default="5"/>
+ </vgroup>
+ <vgroup>
+ <number id="tvbrightness" type="slider" arg="-tv-brightness %"
+ _label="Brightness Knob" _low-label="Low" _high-label="High"
+ low="-75.0" high="100.0" default="3.0"/>
+ <number id="tvcontrast" type="slider" arg="-tv-contrast %"
+ _label="Contrast Knob" _low-label="Low" _high-label="High"
+ low="0" high="1500" default="1000"/>
+ </vgroup>
+ </hgroup>
+
+ <xscreensaver-updater />
+
+ <_description>
+An old TV set, including artifacts like snow, bloom, distortion,
+ghosting, and hash noise. It also simulates the TV warming up. It
+will cycle through 12 channels, some with images you give it, and some
+with color bars or nothing but static.
+
+Written by Trevor Blackwell; 2003.
+ </_description>
+</screensaver>