mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-04-10 19:15:13 +00:00
(linear-es-de) Relocated the configuration for the systemstatus and clock elements
This commit is contained in:
parent
c71c8e4e78
commit
c924b8ea14
|
@ -96,6 +96,22 @@
|
|||
<fontPath>${primaryFont}</fontPath>
|
||||
<letterCase>capitalize</letterCase>
|
||||
</helpsystem>
|
||||
<systemstatus name="systemStatus">
|
||||
<pos>0.985 0.014</pos>
|
||||
<height>0.035</height>
|
||||
<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>
|
||||
|
||||
<view name="system">
|
||||
|
@ -251,27 +267,6 @@
|
|||
</view>
|
||||
</variant>
|
||||
|
||||
<variant name="all">
|
||||
<view name="system, gamelist">
|
||||
<systemstatus name="systemStatus">
|
||||
<pos>0.985 0.014</pos>
|
||||
<height>0.035</height>
|
||||
<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">
|
||||
<view name="gamelist">
|
||||
<image name="systemWatermarkLogo">
|
||||
|
|
Loading…
Reference in a new issue