updated metrixhd

This commit is contained in:
louis
2016-07-23 09:34:32 +02:00
parent 0534a8ae06
commit e3525032e8
78 changed files with 2628 additions and 1063 deletions

View File

@@ -10,9 +10,9 @@
<volume>
<area x="0" y="0" width="100%" height="50%" layer="2">
<drawtext x="10" valign="center" font="{light}" fontsize="100%" color="{fontdefault}" text="{tr(volume)}: {volpercent}%" />
<drawimage condition="not{mute}" imagetype="icon" path="ico_volume" x="{areawidth} - {areaheight} - 5" y="5" width="{areaheight}-5" height="{areaheight}-5"/>
<drawimage condition="{mute}" imagetype="icon" path="ico_mute" x="{areawidth} - {areaheight} - 5" y="5" width="{areaheight}-5" height="{areaheight}-5"/>
<drawtext x="10" valign="center" font="{light}" fontsize="80%" color="{fontdefault}" text="{tr(volume)}: {volpercent}%" />
<drawimage condition="not{mute}" imagetype="icon" path="ico_volume" x="{areawidth} - {areaheight} - 10" y="10" width="{areaheight}*0.8" height="{areaheight}*0.8"/>
<drawimage condition="{mute}" imagetype="icon" path="ico_mute" x="{areawidth} - {areaheight} - 10" y="10" width="{areaheight}*0.8" height="{areaheight}*0.8"/>
</area>
<area x="5%" y="60%" width="90%" height="30%" layer="2">
<fill color="{menualternate}" />