Skip to content

Commit

Permalink
clock horizontal screen bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
im85288 committed Aug 16, 2015
1 parent 96cf079 commit bbd2541
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 2 deletions.
110 changes: 110 additions & 0 deletions 16x9/Includes_Furniture.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1401,6 +1401,116 @@
</control>
</control>
</include>
<include name="Furniture_Clock_Bottom">
<control type="group">
<include>Animation.FadeIn</include>
<include>Animation.FadeOut</include>
<centerbottom>94</centerbottom>
<visible>!Skin.HasSetting(furniture.clock)</visible>
<include>Animation.FurnitureFadeInOut</include>
<height>84</height>
<animation effect="slide" start="0" end="0,-10" time="150" condition="Skin.HasSetting(furniture.weather)">Conditional</animation>
<control type="label">
<centertop>24</centertop>
<right>130</right>
<align>right</align>
<font>LargeBold</font>
<textcolor>Dark1</textcolor>
<label>$INFO[System.Time(hh:mm)]</label>
<animation effect="slide" start="0" end="50" time="0" condition="IsEmpty(System.Time(xx))">Conditional</animation>
</control>
<control type="label">
<centertop>25</centertop>
<align>right</align>
<right>24</right>
<font>symbolview</font>
<textcolor>Dark1</textcolor>
<label></label>
<fadetime>200</fadetime>
<visible>[!IsEmpty(ListItem.EndTime) + [Container.Content(movies) | Container.Content(episodes)]] | [!IsEmpty(Container(301).ListItem.EndTime) + Control.HasFocus(301) + Skin.HasSetting(home.vertical)] | [!IsEmpty(Container(301).ListItem.EndTime) + !Skin.HasSetting(home.vertical)]</visible>
<visible>[!Window.IsVisible(DialogVideoInfo.xml) + !Skin.HasSetting(furniture.hideendtime)] | Window.IsVisible(DialogVideoInfo.xml)</visible>
</control>
<control type="label">
<centertop>24</centertop>
<right>24</right>
<align>right</align>
<font>SmallBold</font>
<textcolor>Dark1</textcolor>
<angle>-90</angle>
<label>$INFO[ListItem.EndTime(hh:mm)]</label>
<visible>[!IsEmpty(ListItem.EndTime) + [Container.Content(movies) | Container.Content(episodes)]]</visible>
<visible>[!Window.IsVisible(DialogVideoInfo.xml) + !Skin.HasSetting(furniture.hideendtime)] | Window.IsVisible(DialogVideoInfo.xml)</visible>
</control>
<control type="label">
<centertop>220</centertop>
<right>-225</right>
<aligny>top</aligny>
<width>240</width>
<height>333</height>
<font>SmallBold</font>
<textcolor>Dark1</textcolor>
<label>$INFO[ListItem.EndTime(hh:mm)]</label>
<angle>-90</angle>
<fadetime>200</fadetime>
<visible>[!IsEmpty(ListItem.EndTime) + [Container.Content(movies) | Container.Content(episodes)]]</visible>
<visible>[!Window.IsVisible(DialogVideoInfo.xml) + !Skin.HasSetting(furniture.hideendtime)] | Window.IsVisible(DialogVideoInfo.xml)</visible>
</control>
<control type="label">
<centertop>24</centertop>
<right>24</right>
<align>right</align>
<font>SmallBold</font>
<textcolor>Dark1</textcolor>
<angle>-90</angle>
<label>$INFO[Container(301).ListItem.EndTime(hh:mm)]</label>
<visible>!Skin.HasSetting(furniture.hideendtime)</visible>
<visible>[!IsEmpty(Container(301).ListItem.EndTime) + Control.HasFocus(301) + Skin.HasSetting(home.vertical)] | [!IsEmpty(Container(301).ListItem.EndTime) + !Skin.HasSetting(home.vertical)]</visible>
</control>
<control type="label">
<centertop>220</centertop>
<right>-225</right>
<aligny>top</aligny>
<width>240</width>
<height>333</height>
<font>SmallBold</font>
<textcolor>Dark1</textcolor>
<label>$INFO[Container(301).ListItem.EndTime(hh:mm)]</label>
<angle>-90</angle>
<fadetime>200</fadetime>
<visible>!Skin.HasSetting(furniture.hideendtime)</visible>
<visible>[!IsEmpty(Container(301).ListItem.EndTime) + Control.HasFocus(301) + Skin.HasSetting(home.vertical)] | [!IsEmpty(Container(301).ListItem.EndTime) + !Skin.HasSetting(home.vertical)]</visible>
</control>
<control type="label">
<centertop>30</centertop>
<right>SidePad</right>
<font>SmallBold</font>
<textcolor>Dark3</textcolor>
<align>right</align>
<width>120</width>
<label>$INFO[System.Time(xx)]</label>
<visible>!IsEmpty(System.Time(xx))</visible>
</control>
<control type="label">
<centertop>64</centertop>
<right>SidePad</right>
<font>Flag</font>
<textcolor>Dark2</textcolor>
<align>right</align>
<width>50%</width>
<label>$INFO[System.Date(DDD)]$COMMA $INFO[System.Date(d MMM yyyy)]</label>
</control>
<control type="label">
<centertop>92</centertop>
<right>SidePad</right>
<font>Flag</font>
<textcolor>Dark3</textcolor>
<align>right</align>
<width>50%</width>
<visible>Skin.HasSetting(furniture.weather)</visible>
<label>[COLOR=$VAR[ColourHighlight]]$INFO[Weather.Temperature][/COLOR] $INFO[Weather.Conditions]</label>
</control>
</control>
</include>
<include name="Furniture_Clock">
<control type="group">
<include>Animation.FadeIn</include>
Expand Down
5 changes: 4 additions & 1 deletion 16x9/Includes_Home.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<include name="HomeHeader">
<!-- Header -->
<control type="group">
<visible>Skin.HasSetting(home.showheader) | [!Skin.HasSetting(furniture.clock) + !Skin.HasSetting(home.vertical) + !Skin.HasSetting(home.netflix) + !Skin.HasSetting(home.emby)]</visible>
<visible>Skin.HasSetting(home.showheader)</visible>
<animation effect="slide" start="0" end="0,-250" time="150" condition="[!Skin.HasSetting(home.classicwidgets) + Control.HasFocus(301)] | ControlGroup(303).HasFocus()">Conditional</animation>
<animation effect="slide" start="0" end="0,-250" time="150">WindowClose</animation>
<animation effect="slide" end="0" start="0,-250" time="150">WindowOpen</animation>
Expand Down Expand Up @@ -796,6 +796,7 @@
<animation effect="fade" start="100" end="33" time="400" condition="!Control.HasFocus(301)">Conditional</animation>
<visible>Skin.HasSetting(furniture.logo)</visible>
<visible>!Player.HasMedia</visible>
<visible>Skin.HasSetting(home.showheader)</visible>
<animation effect="rotate" end="10" center="auto" condition="true" time="200">conditional</animation>
</control>
<control type="image">
Expand All @@ -811,8 +812,10 @@
<visible>Skin.HasSetting(furniture.logo)</visible>
<visible>!Player.HasMedia</visible>
<visible>StringCompare(Container(300).ListItem.Property(defaultID),music)</visible>
<visible>Skin.HasSetting(home.showheader)</visible>
<animation effect="rotate" end="10" center="auto" condition="true" time="200">conditional</animation>
</control>
<include condition="!Skin.HasSetting(home.showheader)">Furniture_Clock_Bottom</include>
</control>
</include>
<include name="HomeSubMenu">
Expand Down
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="skin.arctic.zephyr.im85288"
version="2.0.13"
version="2.0.14"
name="Arctic: Zephyr Exploded"
provider-name="jurialmunkey - im85288 - badaas">
<requires>
Expand Down

0 comments on commit bbd2541

Please sign in to comment.