-
Notifications
You must be signed in to change notification settings - Fork 3
/
status-ui.xml
executable file
·135 lines (119 loc) · 4.59 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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE mythuitheme SYSTEM "http://www.mythtv.org/schema/mythuitheme.dtd">
<mythuitheme>
<window name="status">
<area>0,0,1920,1080</area>
<imagetype name="fanart">
<area>0,0,1920,1080</area>
<filename>Backgrounds/</filename>
</imagetype>
<imagetype name="leftpanel_bg">
<position>-20,0</position>
<filename>images/editmetadata_leftpanel_bg.png</filename>
</imagetype>
<shape name="panel_dark">
<area>0,0,768,1080</area>
<fill color="#000000" alpha="80" />
</shape>
<shape name="item">
<area>1620,-14,313,55</area>
<type>roundbox</type>
<fill color="#000000" alpha="200" />
</shape>
<clock name="clock">
<area>1620,-2,303,50</area>
<font>basesmall</font>
<align>allcenter</align>
<template>%DATE%, %TIME%</template>
</clock>
<shape name="infobox">
<area>35,324,694,310</area>
<type>roundbox</type>
<fill color="#000000" alpha="180" />
</shape>
<textarea name="title" from="basetextarea">
<area>45,334,674,60</area>
<font>basegothicmedium</font>
<align>left,vcenter</align>
<value>System Status</value>
</textarea>
<textarea name="subtitle" from="basetextarea">
<area>45,385,674,57</area>
<multiline>yes</multiline>
<font>basesmalllightblue</font>
<align>left,vcenter</align>
<cutdown>yes</cutdown>
<value>Learn what your system is up to.</value>
</textarea>
<textarea name="helptext" from="basetextarea">
<area>45,470,674,150</area>
<multiline>yes</multiline>
<font>basesmall</font>
<align>left,top</align>
<cutdown>yes</cutdown>
</textarea>
<buttonlist name="category" from="baseshapebuttonlist">
<position>0,669</position>
<spacing>0</spacing>
<scrollstyle>free</scrollstyle>
<wrapstyle>items</wrapstyle>
<layout>vertical</layout>
<statetype name="upscrollarrow">
<position>718,350</position>
<state type="off">
<imagetype name="upoff">
<filename>images/arclight_popup_uparrow.png</filename>
<alpha>60</alpha>
</imagetype>
</state>
<state type="full">
<imagetype name="upon">
<filename>images/arclight_popup_uparrow.png</filename>
<alpha>190</alpha>
</imagetype>
</state>
</statetype>
<statetype name="downscrollarrow">
<position>701,350</position>
<state type="off">
<imagetype name="dnoff">
<filename>images/arclight_popup_downarrow.png</filename>
<alpha>60</alpha>
</imagetype>
</state>
<state type="full">
<imagetype name="dnon">
<filename>images/arclight_popup_downarrow.png</filename>
<alpha>190</alpha>
</imagetype>
</state>
</statetype>
</buttonlist>
<buttonlist name="log" from="baseshapebuttonlistwide">
<statetype name="buttonitem">
<state name="active">
<textarea name="buttontext">
<area>5,9,1100,40</area>
<align>vcenter,left</align>
<font>basesmall</font>
<alpha>100</alpha>
</textarea>
</state>
<state name="selectedactive">
<textarea name="buttontext">
<area>5,9,1100,40</area>
<align>vcenter,left</align>
<font>basesmall</font>
</textarea>
</state>
<state name="selectedinactive">
<textarea name="buttontext">
<area>5,9,1100,40</area>
<align>vcenter,left</align>
<font>basesmall</font>
</textarea>
</state>
</statetype>
</buttonlist>
</window>
</mythuitheme>