mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 17:58:31 +02:00
Update skin estuary4vdr displaychannel.xml
Fix incorrect display of weather info in Displaychannel.
This commit is contained in:
parent
f5a29826cb
commit
22b24eb455
@ -16,10 +16,10 @@
|
||||
</datetime>
|
||||
|
||||
<time>
|
||||
<area x="80%" y="80%" width="14%" height="15%" layer="2">
|
||||
<area x="80%" y="79%" width="14%" height="15%" layer="2">
|
||||
<drawtext x="0" align="right" valign="center" fontsize="60%" font="{digital}" color="{fontdefault}" text="{hour}:{printf('%02d', min)}" />
|
||||
</area>
|
||||
<area x="94%" y="80%" width="5%" height="15%" layer="2">
|
||||
<area x="94%" y="79%" width="5%" height="15%" layer="2">
|
||||
<drawtext name="clock" x="0" align="right" valign="center" fontsize="60%" font="{digital}" color="clrTransparent" text="1" />
|
||||
<drawtext name="clocksec" x="0" y="{areaheight}/2 + {height(clock)}/2 - {height(clocksec)} - 5" fontsize="45%" font="{digital}" color="{fontdefault}" text=":{printf('%02d', sec)}" />
|
||||
</area>
|
||||
@ -136,7 +136,7 @@
|
||||
</channelgroup>
|
||||
|
||||
<currentweather>
|
||||
<area x="80%" y="76%" width="19%" height="5%" layer="2">
|
||||
<area x="80%" y="91%" width="17%" height="4%" layer="2">
|
||||
<drawtext name="temperature" align="right" y="0" fontsize="100%" font="{regular}" color="{fontdefault}" text="{temperature}°C" />
|
||||
<drawimage imagetype="icon" path="{icon}" x="{posx(temperature)} - {areaheight}" valign="center" width="0.8*{areaheight}" height="0.8*{areaheight}"/>
|
||||
</area>
|
||||
|
Loading…
Reference in New Issue
Block a user