-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathenable-system-description.xml
executable file
·71 lines (61 loc) · 2.8 KB
/
enable-system-description.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!-- Theme by pajarorrojo
https://github.com/pajarorrojo/es-theme-PlayStation-X
-->
<theme>
<formatVersion>7</formatVersion>
<view name="system">
<text name="system_description" extra="true">
<autoScroll>vertical</autoScroll>
<alignment>left</alignment>
<verticalAlignment>top</verticalAlignment>
<color>FFFFFF</color>
<fontPath>${themePath}/_theme_inc/fonts/SST Roman.ttf</fontPath>
<lineSpacing>1.2</lineSpacing>
<zIndex>99</zIndex>
<glowColor>00000069</glowColor>
<glowSize>2</glowSize>
<glowOffset>3 2</glowOffset>
<backgroundColor>00000000</backgroundColor>
<autoScrollDelay>7000</autoScrollDelay>
<autoScrollSpeed>45</autoScrollSpeed>
<autoScrollSpeed ifSubset="aspect-ratio:16-10">100</autoScrollSpeed>
<size>0.46 0.139</size>
<fontSize>0.028</fontSize>
</text>
<!-- stackpanel para datos de sistemas -->
<stackpanel name="contenedor-systemdata" extra="true" >
<separator>0.007</separator>
<size>0.5 0.028</size>
<orientation>horizontal</orientation>
<backgroundColor>ff0000</backgroundColor>
<zIndex>99</zIndex>
<text name="systemdata-hardware">
<fontSize>0.023</fontSize>
<fontPath>${themePath}/_theme_inc/fonts/SST Bold.ttf</fontPath>
<text>${theme.hardwareType}</text>
<visible>!empty({system:hardwareType})</visible>
<color>ffffff</color>
<singleLineScroll>true</singleLineScroll>
<autoScrollDelay>0</autoScrollDelay>
<forceUppercase>true</forceUppercase>
</text>
<text name="systemdata-releaseyear">
<fontSize>0.023</fontSize>
<fontPath>${themePath}/_theme_inc/fonts/SST Bold.ttf</fontPath>
<text>• {system:releaseYear}</text>
<visible>!empty({system:releaseYear})</visible>
<color>ffffff</color>
</text>
<text name="systemdata-manufacturer">
<fontSize>0.023</fontSize>
<fontPath>${themePath}/_theme_inc/fonts/SST Bold.ttf</fontPath>
<text>• {system:manufacturer}</text>
<visible>!empty({system:releaseYear}) && {system:manufacturer} != 'Ports' && {system:manufacturer}.lower() != {system:hardwareType}.lower()</visible>
<color>ffffff</color>
<singleLineScroll>true</singleLineScroll>
<autoScrollDelay>0</autoScrollDelay>
<forceUppercase>true</forceUppercase>
</text>
</stackpanel>
</view>
</theme>