forked from beatmasterRS/skin.arctic.zephyr.mod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCustom_Rss.xml
34 lines (34 loc) · 1.49 KB
/
Custom_Rss.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="UTF-8"?>
<!-- Foundation -->
<window type="dialog" id="1189">
<zorder>1</zorder>
<visible>System.GetBool(lookandfeel.enablerssfeeds) + [!Window.IsVisible(SettingsScreenCalibration.xml) + [[!Window.IsVisible(home) | [Window.IsVisible(home) + Skin.HasSetting(home.vertical)]] | Skin.HasSetting(rss.home)] + !Window.IsVisible(screensaver) + !Window.IsVisible(startup) + !Window.IsVisible(fullscreenvideo) + !Window.IsVisible(visualisation) + !Window.IsVisible(SlideShow.xml)]</visible>
<controls>
<control type="rss">
<include>Animation.FadeOut</include>
<include>Animation.FadeIn</include>
<visible>!Skin.HasSetting(rss.top)</visible>
<left>0</left>
<bottom>0</bottom>
<height>32</height>
<right>0</right>
<font>Mini</font>
<textcolor>Dark2</textcolor>
<headlinecolor>Dark2</headlinecolor>
<titlecolor>Dark1</titlecolor>
</control>
<control type="rss">
<include>Animation.FadeOut</include>
<include>Animation.FadeIn</include>
<visible>Skin.HasSetting(rss.top)</visible>
<left>0</left>
<top>0</top>
<height>32</height>
<right>0</right>
<font>Mini</font>
<textcolor>Dark2</textcolor>
<headlinecolor>Dark2</headlinecolor>
<titlecolor>Dark1</titlecolor>
</control>
</controls>
</window>