File: theme.xml.in

package info (click to toggle)
splashy 0.3.13-3%2Blenny1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 3,796 kB
  • ctags: 346
  • sloc: sh: 10,502; ansic: 4,538; makefile: 120; xml: 106; perl: 20
file content (115 lines) | stat: -rw-r--r-- 4,154 bytes parent folder | download
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<?xml version="1.0" encoding="UTF-8"?>
<!-- Automatically generated by splashy_config. Do not edit -->
<splashy xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://splashy.alioth.debian.org/schemas/1.0/themes.xsd">
    <info>
        <!-- theme name is case sensitive. use directory name -->
        <name>%s</name>
        <version>%f</version>
        <description>%s</description>
        <urls>%s</urls>
        <author>%s</author>
    </info>
    <progressbar>
        <!-- here are tags to set the bar... x coordinate,
        y coordinate, width and height are for the progress bar.
        Remember that x, y, width and height are expressed in percentage -->
        <dimension>
            <x>%d</x>
            <y>%d</y>
            <width>%d</width>
            <height>%d</height>
        </dimension>
        <!-- here you can set the color of the progressbar...
        set the amount of red, green, blue and alpha channel. 
        Remember that the max value is 255 and the minumun value is 0-->
        <color>
            <red>%d</red>
            <green>%d</green>
            <blue>%d</blue>
            <alpha>%d</alpha>
        </color>
        <!-- whether or not you want a border around the progressbar. default: no -->
        <border>
            <enable>%s</enable>
            <color>
                <red>%d</red>
                <green>%d</green>
                <blue>%d</blue>
                <alpha>%d</alpha>
            </color>
        </border>
    </progressbar>
    <!-- conventional path: /etc/splashy/themes + theme-name -->
    <background>
        <boot>%s</boot>
        <shutdown>%s</shutdown>
        <errorimg>%s</errorimg>
        <!-- resolution of the images. this value affects where 
        the progressbar will be drawn. If VALUE <= 0, then percentages
        of the screen width and hight will be assumed -->
        <dimension>
            <!-- NOTE: x and y are not used by splashy -->
            <x>%d</x>
            <y>%d</y>
            <width>%d</width>
            <height>%d</height>
        </dimension>
    </background>
    <textbox>
        <!-- whether you want the textbox always
        shown or no. If no, it will be shown only on error, 
        see autoverboseonerror -->
        <enable>%s</enable>
        <!-- here are tags to set the text area... x coordinate,
        y coordinate, width and height are for the text area.
        Remember that x, y, width and height are expressed in percentage
        or pixel units -->
        <dimension>
            <x>%d</x>
            <y>%d</y>
            <width>%d</width>
            <height>%d</height>
        </dimension>
        <!-- here you can set the color of the text area...
        set the amount of red, green, blue and alpha channel. 
        Remember that the max value is 255 and the minumun value is 0-->
        <color>
            <red>%d</red>
            <green>%d</green>
            <blue>%d</blue>
            <alpha>%d</alpha>
        </color>
        <!-- whether or not you want a border around the progressbar. default: no -->
        <border>
            <enable>%s</enable>
            <color>
                <red>%d</red>
                <green>%d</green>
                <blue>%d</blue>
                <alpha>%d</alpha>
            </color>
        </border>
        <text>
            <!-- font file to use, path relative to theme -->
            <font>
                <file>%s</file>
                <height>%d</height>
            </font>
            <!-- here you can set the color of the text/font...
            set the amount of red, green, blue and alpha channel. 
            Remember that the max value is 255 and the minumun value is 0-->
            <color>
                <red>%d</red>
                <green>%d</green>
                <blue>%d</blue>
                <alpha>%d</alpha>
            </color>
        </text>
    </textbox>
    <autoverboseonerror>%s</autoverboseonerror>
    <progressbaronboot>%s</progressbaronboot>
    <progressbaronshutdown>%s</progressbaronshutdown>
    <fadein>%s</fadein>
    <fadeout>%s</fadeout>
</splashy>