mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-04-10 19:15:13 +00:00
(linear-es-de) Added configuration for the systemstatus and clock elements
This commit is contained in:
parent
7b00d4d66d
commit
97a0b9eb71
|
@ -170,7 +170,7 @@
|
||||||
<zIndex>12</zIndex>
|
<zIndex>12</zIndex>
|
||||||
</image>
|
</image>
|
||||||
<text name="gameCounter">
|
<text name="gameCounter">
|
||||||
<pos>0.986 0.025</pos>
|
<pos>0.98 0.32</pos>
|
||||||
<size>0.2 0.031</size>
|
<size>0.2 0.031</size>
|
||||||
<origin>1 0</origin>
|
<origin>1 0</origin>
|
||||||
<systemdata>gamecountGames</systemdata>
|
<systemdata>gamecountGames</systemdata>
|
||||||
|
@ -251,6 +251,27 @@
|
||||||
</view>
|
</view>
|
||||||
</variant>
|
</variant>
|
||||||
|
|
||||||
|
<variant name="all">
|
||||||
|
<view name="system, gamelist">
|
||||||
|
<systemstatus name="systemStatus">
|
||||||
|
<pos>0.98 0.014</pos>
|
||||||
|
<size>0 0.035</size>
|
||||||
|
<fontPath>${primaryFont}</fontPath>
|
||||||
|
<textRelativeScale>0.8</textRelativeScale>
|
||||||
|
<color>${primaryColor}</color>
|
||||||
|
<entrySpacing>0.005</entrySpacing>
|
||||||
|
</systemstatus>
|
||||||
|
<clock name="clock">
|
||||||
|
<pos>0.018 0.014</pos>
|
||||||
|
<fontPath>${primaryFont}</fontPath>
|
||||||
|
<fontSize>0.029</fontSize>
|
||||||
|
<color>${primaryColor}</color>
|
||||||
|
<lineSpacing>1</lineSpacing>
|
||||||
|
<format>%H:%M</format>
|
||||||
|
</clock>
|
||||||
|
</view>
|
||||||
|
</variant>
|
||||||
|
|
||||||
<variant name="textlistWithVideos, textlistWithoutVideos">
|
<variant name="textlistWithVideos, textlistWithoutVideos">
|
||||||
<view name="gamelist">
|
<view name="gamelist">
|
||||||
<image name="systemWatermarkLogo">
|
<image name="systemWatermarkLogo">
|
||||||
|
@ -619,7 +640,7 @@
|
||||||
<itemMargin>0.005 0.005</itemMargin>
|
<itemMargin>0.005 0.005</itemMargin>
|
||||||
</badges>
|
</badges>
|
||||||
<gamelistinfo name="gamelistInfo">
|
<gamelistinfo name="gamelistInfo">
|
||||||
<pos>0.97 0.035</pos>
|
<pos>0.96 0.105</pos>
|
||||||
<size>0.25 0.031</size>
|
<size>0.25 0.031</size>
|
||||||
<origin>1 0</origin>
|
<origin>1 0</origin>
|
||||||
<fontPath>${primaryFont}</fontPath>
|
<fontPath>${primaryFont}</fontPath>
|
||||||
|
@ -792,7 +813,7 @@
|
||||||
<visible>false</visible>
|
<visible>false</visible>
|
||||||
</text>
|
</text>
|
||||||
<gamelistinfo name="gamelistInfo">
|
<gamelistinfo name="gamelistInfo">
|
||||||
<pos>0.986 0.025</pos>
|
<pos>0.97 0.08</pos>
|
||||||
<size>0.25 0.031</size>
|
<size>0.25 0.031</size>
|
||||||
<origin>1 0</origin>
|
<origin>1 0</origin>
|
||||||
<fontPath>${primaryFont}</fontPath>
|
<fontPath>${primaryFont}</fontPath>
|
||||||
|
|
Loading…
Reference in a new issue