File: theme.xml

package info (click to toggle)
guifications 2.16-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 3,412 kB
  • sloc: ansic: 9,991; sh: 8,958; xml: 1,602; makefile: 184
file content (66 lines) | stat: -rw-r--r-- 2,241 bytes parent folder | download | duplicates (5)
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<?xml version='1.0' encoding='UTF-8' ?>
<guifications>
	<theme api='1'>
		<info>
			<name>Funky</name>
			<version>1.0</version>
			<summary>Guifications Funky Theme</summary>
			<description>A funky looking theme that was made to test non rectangular window support</description>
			<author>Gary Kramlich &lt;amc_grim@users.sourceforge.net&gt;</author>
			<website>http://guifications.sourceforge.net</website>
		</info>
		<options>
			<ellipsis>...</ellipsis>
		</options>
		<notification type='away' background='background.png'>
			<item type='icon'>
				<position value='south-west' />
				<h_offset value='10' />
				<v_offset value='-10' />
				<icon type='buddy' size='normal' />
			</item>
			<item type='text'>
				<position value='north-west' />
				<h_offset value='16' />
				<v_offset value='16' />
				<text format='%n' clipping='truncate' font='sans 10' width='106' color='#2f5da8' />
			</item>
			<item type='text'>
				<position value='north-west' />
				<h_offset value='15' />
				<v_offset value='15' />
				<text format='%n' clipping='truncate' font='sans 10' width='106' color='#3e7ce0' />
			</item>
			<item type='text'>
				<position value='north-west' />
				<h_offset value='16' />
				<v_offset value='34' />
				<text format='went away' clipping='truncate' font='sans 10' width='106' color='#2f5da8' />
			</item>
			<item type='text'>
				<position value='north-west' />
				<h_offset value='15' />
				<v_offset value='33' />
				<text format='went away' clipping='truncate' font='sans 10' width='106' color='#3e7ce0' />
			</item>
		</notification>
		<notification type='new-email' background='background.png'>
			<item type='icon'>
				<position value='south-west' />
				<h_offset value='10' />
				<v_offset value='-10' />
				<icon type='protocol' size='little' />
			</item>
			<item type='text'>
				<position value='center' />
				<v_offset value='-25%' />
				<text format='Mail (%X) from' clipping='truncate' font='sans 10' width='106' color='#2f5da8' />
			</item>
			<item type='text'>
				<position value='center' />
				<v_offset value='-13%' />
				<text format='%c (%a).' clipping='truncate' font='sans 10' width='106' color='#3e7ce0' />
			</item>
		</notification>
	</theme>
</guifications>