updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / splashy-theme-xbmc / theme.xml
blob10916209e2479e2066e0eea1de3c75debbce1d5d
1 <?xml version="1.0" encoding="UTF-8"?>
2 <splashy xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3     xsi:schemaLocation="http://splashy.alioth.debian.org/schemas/1.1/theme.xsd">
4     <info>
5         <!-- theme name is case sensitive. use directory name -->
6         <name>xbmc</name>
7         <version>1.2</version>
8         <description>xbmc theme</description>
9         <urls>http://www.xbmc.org</urls>
10         <author>Haggy</author>
11     </info>
12     <progressbar>
13         <!-- here are tags to set the bar... x coordinate,
14         y coordinate, width and height are for the progress bar.
15         Remember that x, y, width and height are expressed in percentage -->
16         <dimension>
17             <x>40</x>
18             <y>97</y>
19             <width>20</width>
20             <height>1</height>
21         </dimension>
22         <!-- here you can set the color of the progressbar...
23         set the amount of red, green, blue and alpha channel. 
24         Remember that the max value is 255 and the minumun value is 0-->
25         <color>
26             <red>255</red>
27             <green>255</green>
28             <blue>255</blue>
29             <alpha>255</alpha>
30         </color>
31         <!-- whether or not you want a border around the progressbar. default: no -->
32         <border>
33             <enable>yes</enable>
34             <color>
35                 <red>255</red>
36                 <green>255</green>
37                 <blue>255</blue>
38                 <alpha>255</alpha>
39             </color>
40         </border>
41         <!-- here you can set the color of the progressbar background
42         set the amount of red, green, blue and alpha channel. 
43         Remember that the max value is 255 and the minumun value is 0-->
44         <background>
45             <color>
46                 <red>0</red>
47                 <green>0</green>
48                 <blue>0</blue>
49                 <alpha>255</alpha>
50             </color>
51         </background>
52         <direction>
53             <boot>forward</boot>
54             <shutdown>backward</shutdown>
55             <resume>forward</resume>
56             <suspend>backward</suspend>
57         </direction>
58         <visibility>
59             <boot>yes</boot>
60             <shutdown>yes</shutdown>
61             <resume>yes</resume>
62             <suspend>yes</suspend>
63         </visibility>
64     </progressbar>
65     <!-- conventional path: /etc/splashy/themes + theme-name -->
66     <background>
67         <boot>background.png</boot>
68         <shutdown>background.png</shutdown>
69         <resume>background.png</resume>
70         <suspend>background.png</suspend>
71         <errorimg>background.png</errorimg>
72         <!-- resolution of the images. this value affects where 
73         the progressbar will be drawn. If VALUE <= 0, then percentages
74         of the screen width and hight will be assumed -->
75         <dimension>
76             <!-- NOTE: x and y are not used by splashy -->
77             <x>0</x>
78             <y>0</y>
79             <width>0</width>
80             <height>0</height>
81         </dimension>
82     </background>
83     <textbox>
84         <!-- whether you want the textbox always
85         shown or no. If no, it will be shown only on error, 
86         see autoverboseonerror -->
87         <enable>no</enable>
88         <!-- here are tags to set the text area... x coordinate,
89         y coordinate, width and height are for the text area.
90         Remember that x, y, width and height are expressed in percentage
91         or pixel units -->
92         <dimension>
93             <x>0</x>
94             <y>0</y>
95             <width>100</width>
96             <height>10</height>
97         </dimension>
98         <!-- here you can set the color of the text area...
99         set the amount of red, green, blue and alpha channel. 
100         Remember that the max value is 255 and the minumun value is 0-->
101         <color>
102             <red>0</red>
103             <green>0</green>
104             <blue>0</blue>
105             <alpha>127</alpha>
106         </color>
107         <!-- whether or not you want a border around the progressbar. default: no -->
108         <border>
109             <enable>no</enable>
110             <color>
111                 <red>0</red>
112                 <green>0</green>
113                 <blue>0</blue>
114                 <alpha>255</alpha>
115             </color>
116         </border>
117         <text>
118             <!-- font file to use, path relative to theme -->
119             <font>
120                 <file>FreeSans.ttf</file>
121                 <height>8</height>
122             </font>
123             <!-- here you can set the color of the text/font...
124             set the amount of red, green, blue and alpha channel. 
125             Remember that the max value is 255 and the minumun value is 0-->
126             <color>
127                 <red>255</red>
128                 <green>255</green>
129                 <blue>255</blue>
130                 <alpha>255</alpha>
131             </color>
132         </text>
133     </textbox>
134     <autoverboseonerror>yes</autoverboseonerror>
135     <fadein>no</fadein>
136     <fadeout>no</fadeout>
137 </splashy>