mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-04-10 19:15:13 +00:00
(modern-es-de) Added systemstatus and clock configuration
This commit is contained in:
parent
40d3f6e4a5
commit
63c98fd54f
|
|
@ -117,6 +117,21 @@
|
||||||
<fontPath>${mainFont}</fontPath>
|
<fontPath>${mainFont}</fontPath>
|
||||||
<letterCase>capitalize</letterCase>
|
<letterCase>capitalize</letterCase>
|
||||||
</helpsystem>
|
</helpsystem>
|
||||||
|
<systemstatus name="systemStatus">
|
||||||
|
<pos>0.985 0.014</pos>
|
||||||
|
<height>0.033</height>
|
||||||
|
<fontPath>${mainFont}</fontPath>
|
||||||
|
<textRelativeScale>0.8</textRelativeScale>
|
||||||
|
<color>${secondaryColor}</color>
|
||||||
|
<entrySpacing>0.005</entrySpacing>
|
||||||
|
</systemstatus>
|
||||||
|
<clock name="clock">
|
||||||
|
<pos>0.018 0.014</pos>
|
||||||
|
<fontPath>${mainFont}</fontPath>
|
||||||
|
<fontSize>0.028</fontSize>
|
||||||
|
<color>${secondaryColor}</color>
|
||||||
|
<format>%H:%M</format>
|
||||||
|
</clock>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view name="system">
|
<view name="system">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue