556d43d8bdf2e04aec0fbce7be6e7d895b11360c
[vuplus_dvbapp] / data / dm800se / skin.xml
1 <skin>
2         <!-- Screwed Stone II skin (skin.xml) /Nemesis -->
3         <output id="0">
4                 <resolution xres="720" yres="576" bpp="32" />
5         </output>
6         <!-- Colors (#AARRGGBB) -->
7         <colors>
8                 <color name="white" value="#ffffff" />
9                 <color name="black" value="#000000" />
10                 <color name="dark" value="#25062748" />
11                 <color name="menu" value="#25062748" />
12                 <color name="red" value="#f23d21" />
13                 <color name="green" value="#389416" />
14                 <color name="blue" value="#0064c7" />
15                 <color name="yellow" value="#bab329" />
16                 <color name="transparent" value="#ffffffff" />
17                 <color name="transpBlack" value="#80000000" />
18                 <color name="transpWhite" value="#80ffffff" />
19                 <color name="background" value="#25062748" />
20                 <color name="foreground" value="#ffffff" />
21         </colors>
22         
23         <!-- Main screen colors (id=0 Framebuffer) -->
24         <windowstyle type="skinned" id="0">
25                 <title offset="33,14" font="Regular;20" />
26                 <color name="Background" color="#25062748" />
27                 <color name="LabelForeground" color="#ffffff" />
28                 <color name="ListboxBackground" color="#25062748" />
29                 <color name="ListboxForeground" color="#ffffff" />
30                 <color name="ListboxSelectedBackground" color="#254f7497" />
31                 <color name="ListboxSelectedForeground" color="#ffffff" />
32                 <color name="ListboxMarkedBackground" color="#ff0000" />
33                 <color name="ListboxMarkedForeground" color="#ffffff" />
34                 <color name="ListboxMarkedAndSelectedBackground" color="#800000" />
35                 <color name="ListboxMarkedAndSelectedForeground" color="#ffffff" />
36                 <color name="WindowTitleForeground" color="#ffffff" />
37                 <color name="WindowTitleBackground" color="#25062748" />
38                 <!-- Main screen border png's -->
39                 <borderset name="bsWindow">
40                         <pixmap pos="bpTopLeft" filename="skin_default/b_tl.png" />
41                         <pixmap pos="bpTop" filename="skin_default/b_t.png"  />
42                         <pixmap pos="bpTopRight" filename="skin_default/b_tr.png" />
43                         <pixmap pos="bpLeft" filename="skin_default/b_l.png"  />
44                         <pixmap pos="bpRight" filename="skin_default/b_r.png"  />
45                         <pixmap pos="bpBottomLeft" filename="skin_default/b_bl.png" />
46                         <pixmap pos="bpBottom" filename="skin_default/b_b.png"  />
47                         <pixmap pos="bpBottomRight" filename="skin_default/b_br.png" />
48                 </borderset>
49         </windowstyle>
50         <!-- Main screen colors (id=1 LCD) -->
51         <windowstyle type="skinned" id="1">
52                 <color name="Background" color="#000000" />
53                 <color name="LabelForeground" color="#ffffff" />
54                 <color name="ListboxBackground" color="#000000" />
55                 <color name="ListboxForeground" color="#ffffff" />
56                 <color name="ListboxSelectedBackground" color="#000000" />
57                 <color name="ListboxSelectedForeground" color="#ffffff" />
58                 <color name="ListboxMarkedBackground" color="#000000" />
59                 <color name="ListboxMarkedForeground" color="#ffffff" />
60                 <color name="ListboxMarkedAndSelectedBackground" color="#000000" />
61                 <color name="ListboxMarkedAndSelectedForeground" color="#ffffff" />
62                 <color name="WindowTitleForeground" color="#ffffff" />
63                 <color name="WindowTitleBackground" color="#000000" />
64         </windowstyle>
65         <!-- Fonts -->
66         <fonts>
67                 <!-- <font filename="md_khmurabi_10.ttf" name="Regular" scale="90" /> -->
68                 <font filename="nmsbd.ttf" name="Regular" scale="90" />
69                 <font filename="lcd.ttf" name="LCD" scale="100" />
70                 <font filename="ae_AlMateen.ttf" name="Replacement" scale="90" replacement="1" />
71                 <font filename="tuxtxt.ttf" name="Console" scale="100" />
72         </fonts>
73         <!-- Subtitle effects -->
74         <subtitles>
75                 <sub name="Subtitle_TTX" font="Regular;30" shadowColor="#40101010" shadowOffset="3,3" />
76                 <sub name="Subtitle_Regular" font="Regular;30" foregroundColor="#DCDCDC" shadowColor="#40101010" shadowOffset="3,3" />
77                 <sub name="Subtitle_Bold" font="Replacement;30" foregroundColor="#DCDCDC" shadowColor="#40101010" shadowOffset="3,3" />
78                 <sub name="Subtitle_Italic" font="Regular;30" foregroundColor="#DCAAAA" shadowColor="#40101010" shadowOffset="3,3" />
79                 <!-- omitting foregroundColor attribute will enable auto-assignment of color -->
80         </subtitles>
81         <!-- Main infobar -->
82         <screen name="InfoBar" flags="wfNoBorder" position="0,380" size="720,160" title="InfoBar" backgroundColor="transparent">
83                 <!-- Background -->
84                 <ePixmap position="0,0" zPosition="-1" size="720,160" pixmap="skin_default/info-bg.png" />
85                 <ePixmap position="27,73" size="665,71" pixmap="skin_default/screws.png" alphatest="on" transparent="1" />
86                 <!-- Signal Quality -->
87                 <eLabel text="SNR" position="205,3" size="40,22" font="Regular;16" backgroundColor="#102e59" foregroundColor="#cccccc" shadowColor="#27384f" shadowOffset="-1,-1" transparent="1" />
88                 <widget source="session.FrontendStatus" render="Label" position="242,3" size="80,22" font="Regular;16" backgroundColor="#102e59" foregroundColor="#e7e7e7" shadowColor="#27384f" shadowOffset="-1,-1" transparent="1">
89                         <convert type="FrontendInfo">SNRdB</convert>
90                 </widget>
91                 <!-- Bit error rate -->
92                 <eLabel text="BER" position="317,3" size="40,22" font="Regular;16" backgroundColor="#102e59" foregroundColor="#cccccc" shadowColor="#27384f" shadowOffset="-1,-1" transparent="1" noWrap="1" />
93                 <widget source="session.FrontendStatus" render="Label" position="355,3" size="43,22" font="Regular;16" backgroundColor="#102e59" foregroundColor="#e7e7e7" shadowColor="#27384f" shadowOffset="-1,-1" transparent="1" noWrap="1">
94                         <convert type="FrontendInfo">BER</convert>
95                 </widget>
96                 <!-- Channellogo (Picon) -->
97                 <widget source="session.CurrentService" render="Picon" position="49,4" zPosition="1" size="70,53" alphatest="on">
98                         <convert type="ServiceName">Reference</convert>
99                 </widget>
100                 <!-- Service name -->
101                 <widget source="session.CurrentService" render="Label" position="130,30" size="360,27" font="Regular;21" valign="center" halign="right" noWrap="1" backgroundColor="#263c59" shadowColor="#1d354c" shadowOffset="-1,-1" transparent="1">
102                         <convert type="ServiceName">Name</convert>
103                 </widget>
104                 <!-- Time -->
105                 <ePixmap pixmap="skin_default/icons/clock.png" position="600,23" size="14,14" alphatest="on" />
106                 <widget source="global.CurrentTime" render="Label" position="615,21" size="55,24" font="Regular;21" halign="right" backgroundColor="#4e5a74" transparent="1">
107                         <convert type="ClockToText">Default</convert>
108                 </widget>
109                 <!-- tuners in use? -->
110                 <widget source="session.FrontendInfo" render="Pixmap" position="142,6" size="8,9" pixmap="skin_default/nim_active.png" alphatest="on">
111                         <convert type="FrontendInfo">NUMBER</convert>
112                         <convert type="ValueRange">0,0</convert>
113                         <convert type="ConditionalShowHide" />
114                 </widget>
115                 <widget source="session.FrontendInfo" render="Pixmap" position="142,19" size="8,9" pixmap="skin_default/nim_active.png" alphatest="on">
116                         <convert type="FrontendInfo">NUMBER</convert>
117                         <convert type="ValueRange">1,1</convert>
118                         <convert type="ConditionalShowHide" />
119                 </widget>
120                 <widget source="session.FrontendInfo" render="Pixmap" position="142,32" size="8,9" pixmap="skin_default/nim_active.png" alphatest="on">
121                         <convert type="FrontendInfo">NUMBER</convert>
122                         <convert type="ValueRange">2,2</convert>
123                         <convert type="ConditionalShowHide" />
124                 </widget>
125                 <widget source="session.FrontendInfo" render="Pixmap" position="142,45" size="8,9" pixmap="skin_default/nim_active.png" alphatest="on">
126                         <convert type="FrontendInfo">NUMBER</convert>
127                         <convert type="ValueRange">3,3</convert>
128                         <convert type="ConditionalShowHide" />
129                 </widget>
130                 <widget source="session.TunerInfo" render="FixedLabel" text="A" position="129,4" size="15,13" font="Regular;14" backgroundColor="#4e5a74" transparent="1">
131                         <convert type="TunerInfo">TunerUseMask</convert>
132                         <convert type="ValueBitTest">1</convert>
133                         <convert type="ConditionalShowHide" />
134                 </widget>
135                 <widget source="session.TunerInfo" render="FixedLabel" text="B" position="129,17" size="15,13" font="Regular;14" backgroundColor="#4e5a74" transparent="1">
136                         <convert type="TunerInfo">TunerUseMask</convert>
137                         <convert type="ValueBitTest">2</convert>
138                         <convert type="ConditionalShowHide" />
139                 </widget>
140                 <widget source="session.TunerInfo" render="FixedLabel" text="C" position="129,30" size="15,13" font="Regular;14" backgroundColor="#4e5a74" transparent="1">
141                         <convert type="TunerInfo">TunerUseMask</convert>
142                         <convert type="ValueBitTest">4</convert>
143                         <convert type="ConditionalShowHide" />
144                 </widget>
145                 <widget source="session.TunerInfo" render="FixedLabel" text="D" position="129,43" size="15,13" font="Regular;14" backgroundColor="#4e5a74" transparent="1">
146                         <convert type="TunerInfo">TunerUseMask</convert>
147                         <convert type="ValueBitTest">8</convert>
148                         <convert type="ConditionalShowHide" />
149                 </widget>
150                 <!-- Crypt icon (encrypted service?) -->
151                 <ePixmap position="563,48" zPosition="0" size="107,15" pixmap="skin_default/icons/icons_off.png" />
152                 <widget source="session.CurrentService" render="Pixmap" pixmap="skin_default/icons/icon_crypt.png" position="563,48" zPosition="1" size="12,16" alphatest="on">
153                         <convert type="ServiceInfo">IsCrypted</convert>
154                         <convert type="ConditionalShowHide" />
155                 </widget>
156                 <!-- Teletext icon (is teletext available?) -->
157                 <widget source="session.CurrentService" render="Pixmap" pixmap="skin_default/icons/icon_txt.png" position="580,48" zPosition="1" size="26,16" alphatest="on">
158                         <convert type="ServiceInfo">HasTelext</convert>
159                         <convert type="ConditionalShowHide" />
160                 </widget>
161                 <!-- Videoformat icon (16:9?) -->
162                 <widget source="session.CurrentService" render="Pixmap" pixmap="skin_default/icons/icon_format.png" position="611,48" zPosition="1" size="29,16" alphatest="on">
163                         <convert type="ServiceInfo">IsWidescreen</convert>
164                         <convert type="ConditionalShowHide" />
165                 </widget>
166                 <!-- Audio icon (is there multichannel audio?) -->
167                 <widget source="session.CurrentService" render="Pixmap" pixmap="skin_default/icons/icon_dolby.png" position="645,48" zPosition="1" size="26,16" alphatest="on">
168                         <convert type="ServiceInfo">IsMultichannel</convert>
169                         <convert type="ConditionalShowHide" />
170                 </widget>
171                 <!-- Progressbar (current event duration)-->
172                 <ePixmap pixmap="skin_default/progress_bg.png" position="48,77" size="84,7" transparent="1" alphatest="on" />
173                 <widget source="session.Event_Now" render="Progress" pixmap="skin_default/progress_small.png" position="50,78" zPosition="1" size="80,5" transparent="1">
174                         <convert type="EventTime">Progress</convert>
175                 </widget>
176                 <!-- Blinking pixmap (recording in progress?) -->
177                 <ePixmap pixmap="skin_default/icons/icon_rec_off.png" position="561,21" size="34,21" />
178                 <widget source="session.RecordState" render="Pixmap" pixmap="skin_default/icons/icon_rec.png" position="561,21" zPosition="1" size="34,21">
179                         <convert type="ConditionalShowHide">Blink</convert>
180                 </widget>
181                 <!-- Event (now) -->
182                 <ePixmap pixmap="skin_default/icons/icon_event.png" position="182,78" size="15,10" alphatest="on" />
183                 <widget source="session.Event_Now" render="Label" position="205,73" size="60,24" font="Regular;20" backgroundColor="#34406f" shadowColor="#1d354c" shadowOffset="-1,-1" transparent="1">
184                         <convert type="EventTime">StartTime</convert>
185                         <convert type="ClockToText">Default</convert>
186                 </widget>
187                 <widget source="session.Event_Now" render="Label" position="265,73" size="320,24" font="Regular;20" noWrap="1" backgroundColor="#34406f" shadowColor="#1d354c" shadowOffset="-1,-1" transparent="1">
188                         <convert type="EventName">Name</convert>
189                 </widget>
190                 <widget source="session.Event_Now" render="Label" position="585,73" size="85,24" font="Regular;20" backgroundColor="#34406f" shadowColor="#1d354c" shadowOffset="-1,-1" halign="right" transparent="1">
191                         <convert type="EventTime">Remaining</convert>
192                         <convert type="RemainingToText">InMinutes</convert>
193                 </widget>
194                 <!-- Event (next) -->
195                 <widget source="session.Event_Next" render="Label" position="205,97" size="60,24" font="Regular;20" backgroundColor="#071f38" foregroundColor="#c3c3c9" transparent="1">
196                         <convert type="EventTime">StartTime</convert>
197                         <convert type="ClockToText">Default</convert>
198                 </widget>
199                 <widget source="session.Event_Next" render="Label" position="265,97" size="320,24" font="Regular;20" noWrap="1" backgroundColor="#071f38" foregroundColor="#c3c3c9" transparent="1">
200                         <convert type="EventName">Name</convert>
201                 </widget>
202                 <widget source="session.Event_Next" render="Label" position="585,97" size="85,24" font="Regular;20" backgroundColor="#071f38" foregroundColor="#c3c3c9" halign="right" transparent="1">
203                         <convert type="EventTime">Duration</convert>
204                         <convert type="ClockToText">InMinutes</convert>
205                 </widget>
206                 <!-- Red button (is recording possible?) -->
207                 <ePixmap pixmap="skin_default/buttons/button_red_off.png" position="212,130" size="15,16" alphatest="on" />
208                 <widget source="RecordingPossible" render="Pixmap" pixmap="skin_default/buttons/button_red.png" position="212,130" zPosition="1" size="15,16" alphatest="on">
209                         <convert type="ConditionalShowHide" />
210                 </widget>
211                 <!--eLabel text="Record" position="232,130" size="80,22" font="Regular;16" foregroundColor="#7f848d" backgroundColor="#182946" transparent="1" /-->
212                 <widget source="ShowRecordOnRed" render="FixedLabel" text="Record" position="232,130" zPosition="1" size="80,22" font="Regular;16" foregroundColor="#7f848d" backgroundColor="#182946" transparent="1">
213                         <convert type="ConditionalShowHide" />
214                 </widget>
215                 <widget source="RecordingPossible" render="FixedLabel" text="Record" position="232,130" zPosition="1" size="80,22" font="Regular;16" backgroundColor="#182946" shadowColor="#1d354c" shadowOffset="-1,-1" transparent="1">
216                         <convert type="ConditionalShowHide" />
217                 </widget>
218                 <!-- Green button (is subservices available?) -->
219                 <ePixmap pixmap="skin_default/buttons/button_green_off.png" position="315,130" size="15,16" alphatest="on" />
220                 <widget source="session.CurrentService" render="Pixmap" pixmap="skin_default/buttons/button_green.png" position="315,130" zPosition="1" size="15,16" alphatest="on">
221                         <convert type="ServiceInfo">SubservicesAvailable</convert>
222                         <convert type="ConditionalShowHide" />
223                 </widget>
224                 <eLabel text="Subservices" position="335,130" size="100,22" font="Regular;16" foregroundColor="#7f848d" backgroundColor="#182946" transparent="1" />
225                 <widget source="session.CurrentService" render="FixedLabel" text="Subservices" position="335,130" zPosition="1" size="100,22" font="Regular;16" backgroundColor="#182946" shadowColor="#1d354c" shadowOffset="-1,-1" transparent="1">
226                         <convert type="ServiceInfo">SubservicesAvailable</convert>
227                         <convert type="ConditionalShowHide" />
228                 </widget>
229                 <!-- Yellow button (is timeshift possible?) -->
230                 <ePixmap pixmap="skin_default/buttons/button_yellow_off.png" position="440,130" size="15,16" alphatest="on" />
231                 <widget source="TimeshiftPossible" render="Pixmap" pixmap="skin_default/buttons/button_yellow.png" position="440,130" zPosition="1" size="15,16" alphatest="on">
232                         <convert type="ConditionalShowHide" />
233                 </widget>
234                 <widget source="ShowTimeshiftOnYellow" render="FixedLabel" text="Timeshift" position="460,130" zPosition="1" size="85,22" font="Regular;16" foregroundColor="#7f848d" backgroundColor="#182946" shadowOffset="-1,-1" transparent="1">
235                         <convert type="ConditionalShowHide" />
236                 </widget>
237                 <widget source="TimeshiftPossible" render="FixedLabel" text="Timeshift" position="460,130" zPosition="1" size="85,22" font="Regular;16" backgroundColor="#182946" shadowColor="#1d354c" shadowOffset="-1,-1" transparent="1">
238                         <convert type="ConditionalShowHide" />
239                 </widget>
240                 
241                 <!-- Yellow button (used for audio on boxes with new rc?) -->
242                 <widget source="ShowAudioOnYellow" render="Pixmap" pixmap="skin_default/buttons/button_yellow.png" position="440,130" zPosition="1" size="15,16" alphatest="on">
243                         <convert type="ConditionalShowHide" />
244                 </widget>
245                 <widget source="ShowAudioOnYellow" render="FixedLabel" text="Audio" position="460,130" zPosition="1" size="85,22" font="Regular;16" backgroundColor="#182946" shadowColor="#1d354c" shadowOffset="-1,-1" transparent="1">
246                         <convert type="ConditionalShowHide" />
247                 </widget>
248                 <!-- Blue button (is extensions available?) -->
249                 <ePixmap pixmap="skin_default/buttons/button_blue_off.png" position="545,130" size="15,16" alphatest="on" />
250                 <widget source="ExtensionsAvailable" render="Pixmap" pixmap="skin_default/buttons/button_blue.png" position="545,130" zPosition="1" size="15,16" alphatest="on">
251                         <convert type="ConditionalShowHide" />
252                 </widget>
253                 <eLabel text="Extensions" position="565,130" size="110,22" font="Regular;16" foregroundColor="#7f848d" backgroundColor="#182946" transparent="1" />
254                 <widget source="ExtensionsAvailable" render="FixedLabel" text="Extensions" position="565,130" zPosition="1" size="110,22" font="Regular;16" backgroundColor="#182946" shadowColor="#1d354c" shadowOffset="-1,-1" transparent="1">
255                         <convert type="ConditionalShowHide" />
256                 </widget>
257         </screen>
258         <!-- Main menu -->
259         <screen name="menu_mainmenu" position="center,center" size="380,285" title="Main menu">
260                 <widget source="title" render="Label" position="170,10" size="200,35" font="Regular;23" />
261                 <widget source="menu" render="Listbox" position="170,55" size="200,225" scrollbarMode="showOnDemand">
262                         <convert type="StringList" />
263                 </widget>
264                 <widget source="menu" render="Pixmap" pixmap="skin_default/menu/shutdown.png" position="20,20" size="128,128" alphatest="on">
265                         <convert type="MenuEntryCompare">standby_restart_list</convert>
266                         <convert type="ConditionalShowHide" />
267                 </widget>
268                 <widget source="menu" render="Pixmap" pixmap="skin_default/menu/setup.png" position="20,20" size="128,128" alphatest="on">
269                         <convert type="MenuEntryCompare">setup_selection</convert>
270                         <convert type="ConditionalShowHide" />
271                 </widget>
272                 <widget source="menu" render="Pixmap" pixmap="skin_default/menu/plugins.png" position="20,20" size="128,128" alphatest="on">
273                         <convert type="MenuEntryCompare">plugin_selection</convert>
274                         <convert type="ConditionalShowHide" />
275                 </widget>
276                 <widget source="menu" render="Pixmap" pixmap="skin_default/menu/information.png" position="20,20" size="128,128" alphatest="on">
277                         <convert type="MenuEntryCompare">info_screen</convert>
278                         <convert type="ConditionalShowHide" />
279                 </widget>
280                 <widget source="menu" render="Pixmap" pixmap="skin_default/menu/scart.png" position="20,20" size="128,128" alphatest="on">
281                         <convert type="MenuEntryCompare">scart_switch</convert>
282                         <convert type="ConditionalShowHide" />
283                 </widget>
284                 <widget source="menu" render="Pixmap" pixmap="skin_default/menu/timer.png" position="20,20" size="128,128" alphatest="on">
285                         <convert type="MenuEntryCompare">timer_edit</convert>
286                         <convert type="ConditionalShowHide" />
287                 </widget>
288                 <widget source="menu" render="Pixmap" pixmap="skin_default/menu/media_player.png" position="20,20" size="128,128" alphatest="on">
289                         <convert type="MenuEntryCompare">media_player</convert>
290                         <convert type="ConditionalShowHide" />
291                 </widget>
292                 <widget source="menu" render="Pixmap" pixmap="skin_default/menu/dvd_player.png" position="20,20" size="128,128" alphatest="on">
293                         <convert type="MenuEntryCompare">dvd_player</convert>
294                         <convert type="ConditionalShowHide" />
295                 </widget>
296                 <widget source="menu" render="Pixmap" pixmap="skin_default/menu/subtitles.png" position="20,20" size="128,128" alphatest="on">
297                         <convert type="MenuEntryCompare">subtitle_selection</convert>
298                         <convert type="ConditionalShowHide"/>
299                 </widget>
300         </screen>
301         <!-- Movieplayer infobar -->
302         <screen name="MoviePlayer" flags="wfNoBorder" position="0,380" size="720,160" title="InfoBar" backgroundColor="transparent">
303                 <!-- Background -->
304                 <ePixmap position="0,0" pixmap="skin_default/info-bg_mp.png" zPosition="-1" size="720,160" />
305                 <ePixmap position="29,40" pixmap="skin_default/screws_mp.png" size="665,104" alphatest="on" />
306                 <!-- colorbuttons -->
307                 <ePixmap position="48,70" pixmap="skin_default/icons/mp_buttons.png" size="108,13" alphatest="on" />
308                 <!-- Servicename -->
309                 <ePixmap pixmap="skin_default/icons/icon_event.png" position="207,78" size="15,10" alphatest="on" />
310                 <widget source="session.CurrentService" render="Label" position="230,73" size="360,40" font="Regular;20" backgroundColor="#263c59" shadowColor="#1d354c" shadowOffset="-1,-1" transparent="1">
311                         <convert type="ServiceName">Name</convert>
312                 </widget>
313                 <!-- movie length -->
314                 <widget source="session.CurrentService" render="Label" position="580,73" size="90,24" font="Regular;20" halign="right" backgroundColor="#4e5a74" transparent="1">
315                         <convert type="ServicePosition">Length</convert>
316                 </widget>
317                 <!-- Elapsed time -->
318                 <widget source="session.CurrentService" render="Label" position="205,129" size="100,20" font="Regular;18" halign="center" valign="center" backgroundColor="#06224f" shadowColor="#1d354c" shadowOffset="-1,-1" transparent="1">
319                         <convert type="ServicePosition">Position</convert>
320                 </widget>
321                 <!-- Progressbar (movie position)-->
322                 <widget source="session.CurrentService" render="PositionGauge" position="300,133" size="270,10" zPosition="2" pointer="skin_default/position_pointer.png:540,0" transparent="1" foregroundColor="#20224f">
323                         <convert type="ServicePosition">Gauge</convert>
324                 </widget>
325                 <!-- Remaining time -->
326                 <widget source="session.CurrentService" render="Label" position="576,129" size="100,20" font="Regular;18" halign="center" valign="center" backgroundColor="#06224f" shadowColor="#1d354c" shadowOffset="-1,-1" transparent="1">
327                         <convert type="ServicePosition">Remaining,Negate</convert>
328                 </widget>
329         </screen>
330
331         <!-- LCD screen (main) -->
332         <screen name="InfoBarSummary" position="0,0" size="132,64">
333                 <widget source="session.CurrentService" render="Label" position="3,0" size="90,25" font="Regular;14" halign="center" valign="center" >
334                         <convert type="ServiceName">Name</convert>
335                 </widget>
336                 <widget source="session.Event_Now" render="Progress" position="8,27" size="80,5" borderWidth="1">
337                         <convert type="EventTime">Progress</convert>
338                 </widget>
339                 <widget source="global.CurrentTime" render="Label" position="3,32" size="65,32" font="Regular;26" halign="right" valign="top">
340                         <convert type="ClockToText">Format:%H:%M</convert>
341                 </widget>
342                 <widget source="global.CurrentTime" render="Label" position="70,34" zPosition="1" size="26,30" font="Regular;14" valign="top">
343                         <convert type="ClockToText">Format:%S</convert>
344                 </widget>
345                 <widget source="session.RecordState" render="FixedLabel" text=" " position="6,30" zPosition="1" size="120,34">
346                         <convert type="ConfigEntryTest">config.usage.blinking_display_clock_during_recording,True,CheckSourceBoolean</convert>
347                         <convert type="ConditionalShowHide">Blink</convert>
348                 </widget>
349         </screen>
350 </skin>