File: background.xml.in

package info (click to toggle)
wf-shell 0.10.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,888 kB
  • sloc: cpp: 7,218; ansic: 6,258; xml: 732; makefile: 4
file content (41 lines) | stat: -rw-r--r-- 977 bytes parent folder | download | duplicates (2)
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
<?xml version="1.0"?>
<wf-shell>
	<plugin name="background">
	<_short>Background</_short>
	<category>Shell</category>
	<option name="image" type="string">
		<_short>Background</_short>
		<default>@wallpaper@</default>
		<hint>file</hint>
		<hint>directory</hint>
	</option>
	<option name="cycle_timeout" type="int">
		<_short>Cycle Timeout</_short>
		<default>150</default>
	</option>
	<option name="fade_duration" type="int">
		<_short>Fade Duration</_short>
		<default>1000</default>
	</option>
	<option name="randomize" type="bool">
		<_short>Randomize</_short>
		<default>false</default>
	</option>
	<option name="fill_mode" type="string">
		<_short>Fill mode</_short>
		<default>stretch</default>
		<desc>
			<value>fill_and_crop</value>
			<_name>Fill and Crop</_name>
		</desc>
		<desc>
			<value>preserve_aspect</value>
			<_name>Preserve Aspect</_name>
		</desc>
		<desc>
			<value>stretch</value>
			<_name>Stretch</_name>
		</desc>
	</option>
	</plugin>
</wf-shell>