forked from MythTV-Themes/Mythbuntu-classic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
status-ui.xml
203 lines (185 loc) · 7.38 KB
/
status-ui.xml
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
<mythuitheme>
<window name="status">
<shape name="titlebox">
<area>10,10,780,60</area>
<type>roundbox</type>
<fill color="#000000" alpha="150" />
<cornerradius>30</cornerradius>
</shape>
<clock name="clock">
<area>950,10,300,60</area>
<align>vcenter,right</align>
<font>basesmallgrey</font>
<template>%DATE%, %TIME%</template>
</clock>
<shape name="infobox">
<area>-10,595,1300,370</area>
<type>box</type>
<fill color="#000000" alpha="150" />
</shape>
<textarea name="heading">
<area>50,10,590,60</area>
<cutdown>yes</cutdown>
<font>baselarge</font>
<align>vcenter,left</align>
<value>System Status</value>
</textarea>
<shape name="list_background">
<area>20,135,1240,450</area>
<type>roundbox</type>
<fill color="#000000" alpha="150" />
<cornerradius>12</cornerradius>
</shape>
<buttonlist name="category">
<area>15,83,1250,30</area>
<layout>horizontal</layout>
<spacing>10</spacing>
<buttonarea>33,0,1190,40</buttonarea>
<triggerevent context="Global" action="ESCAPE">UP</triggerevent>
<statetype name="buttonitem">
<area>0,0,180,40</area>
<state name="active">
<shape name="list_background">
<area>0,0,190,40</area>
<type>roundbox</type>
<fill color="#999999" alpha="50" />
<line color="#FFFFFF" alpha="0" width="0" />
<cornerradius>20</cornerradius>
</shape>
<textarea name="buttontext" from="basetextarea">
<area>5,0,180,40</area>
<font>basesmall</font>
<font state="error">basesmallred</font>
<font state="warning">basesmallyellow</font>
<align>allcenter</align>
</textarea>
</state>
<state name="selectedactive" from="active">
<shape name="list_background">
<area>0,0,190,40</area>
<type>roundbox</type>
<fill color="#ffffff" alpha="50" />
<line color="#FFFFFF" alpha="0" width="0" />
<cornerradius>20</cornerradius>
</shape>
</state>
<state name="selectedinactive" from="active">
<shape name="list_background">
<area>0,0,190,40</area>
<type>roundbox</type>
<fill color="#ffffff" alpha="25" />
<line color="#FFFFFF" alpha="0" width="0" />
<cornerradius>20</cornerradius>
</shape>
</state>
</statetype>
<statetype name="downscrollarrow">
<position>1230,5</position>
<state type="off">
<imagetype name="dnon">
</imagetype>
</state>
<state type="full">
<imagetype name="dnoff">
<filename>shared/rightarrow.png</filename>
</imagetype>
</state>
</statetype>
<statetype name="upscrollarrow">
<position>-5,5</position>
<state type="off">
<imagetype name="upon">
</imagetype>
</state>
<state type="full">
<imagetype name="upoff">
<filename>shared/leftarrow.png</filename>
</imagetype>
</state>
</statetype>
</buttonlist>
<buttonlist name="log" from="basebuttonlist2">
<area>30,145,1200,450</area>
<buttonarea>0,0,1170,440</buttonarea>
<statetype name="upscrollarrow">
<position>1165,410</position>
</statetype>
<statetype name="downscrollarrow">
<position>1195,410</position>
</statetype>
</buttonlist>
<!-- <textarea name="helplabel"> -->
<!-- <area>30,605,1220,30</area> -->
<!-- <value>Details</value> -->
<!-- <font>basemedium</font> -->
<!-- </textarea> -->
<textarea name="helptext">
<area>30,605,1220,180</area>
<value>This screen displays the status of various system components</value>
<multiline>yes</multiline>
</textarea>
</window>
<window name="standbymode">
<area>1,1,100%,100%</area>
<shape name="background">
<area>0,0,100%,100%</area>
<fill color="#000000" alpha="200" />
</shape>
<group name="popup">
<area>200,200,400,200</area>
<shape name="background" from="basebackground">
<area>0,0,100%,100%</area>
<fill color="#000000" alpha="255" />
</shape>
<textarea name="heading">
<area>20,20,360,40</area>
<font>baselarge</font>
<align>allcenter</align>
<value>MythTV is in standby</value>
</textarea>
<statetype name="backendstatus">
<area>20,75,360,100</area>
<state name="idle">
<area>0,0,360,100</area>
<!--<imagetype name="icon">-->
<shape name="iconplaceholder">
<area>30,10,80,80</area>
<fill color="#666666" />
</shape>
<!-- </imagetype>-->
<textarea name="status">
<area>130,10,220,80</area>
<font>basemedium</font>
<value>Backend is idle</value>
<align>allcenter</align>
<multiline>true</multiline>
</textarea>
</state>
<state name="recording" from="idle">
<shape name="iconplaceholder">
<fill color="#80DF00" />
</shape>
<textarea name="status">
<value>Backend is recording</value>
</textarea>
</state>
<state name="shuttingdown" from="idle">
<shape name="iconplaceholder">
<fill color="#FFFF33" />
</shape>
<textarea name="status">
<value>Backend is shutting down</value>
</textarea>
</state>
<state name="offline" from="idle">
<shape name="iconplaceholder">
<fill color="#800900" />
</shape>
<textarea name="status">
<value>Backend is offline</value>
</textarea>
</state>
</statetype>
</group>
</window>
</mythuitheme>