<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<window>
  <controls>
    <!--
    WindowClose animations cause images not to become visible with tvseries and moving pictures plugins
    -->
    <control>
      <description>Update Indicator</description>
      <type>group</type>
      <dimColor>0xffffffff</dimColor>
      <visible>string.equals(#StreamedMP.ShowUpdateInd,true)</visible>
      <animation effect="fade" time="200" delay="100">WindowOpen</animation>
      <control>
        <description>Update Background</description>
        <type>image</type>
        <id>0</id>
        <posX>6</posX>
        <posY>10</posY>
        <width>187</width>
        <height>32</height>
        <texture>mediacountbg.png</texture>
      </control>
      <control>
        <description>Update Indicator</description>
        <type>image</type>
        <id>0</id>
        <posX>141</posX>
        <posY>12</posY>
        <width>25</width>
        <height>25</height>
        <texture>isupdate.png</texture>
        <animation effect="zoom" start="101,101" end="108,108" time="1000" easing="inout" pulse="true" reversible="false" condition="true">Conditional</animation>
      </control>
    </control>
    <control>
      <description>Time Background</description>
      <type>image</type>
      <id>0</id>
      <posX>6</posX>
      <posY>10</posY>
      <width>132</width>
      <height>32</height>
      <texture>clockbackground.png</texture>
      <animation effect="fade" time="200" delay="100">WindowOpen</animation>
    </control>
    <control>
      <description>Time Background</description>
      <type>image</type>
      <id>0</id>
      <posX>6</posX>
      <posY>10</posY>
      <width>132</width>
      <height>32</height>
      <texture>clockbackground.png</texture>
      <colordiffuse>ffd52020</colordiffuse>
      <visible>!string.equals(#SleepControl.Text,)+plugin.isenabled(Sleep Control)</visible>
      <animation effect="fade" start="0" time="500" condition="true" pulse="true">Conditional</animation>
      <animation effect="fade" time="200" delay="100">WindowOpen</animation>
    </control>
    <control>
      <description>Time</description>
      <type>label</type>
      <id>0</id>
      <posX>47</posX>
      <posY>12</posY>
      <width>120</width>
      <textcolor>ffffffff</textcolor>
      <font>mediastream12c</font>
      <label>#time</label>
      <align>left</align>
      <animation effect="fade" time="200" delay="100">WindowOpen</animation>
    </control>
  </controls>
</window>
<!--Checksum:056e86ceb3d2fbae8d04b3a47dd3ca23-->