mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-04-10 19:15:13 +00:00
(slate-es-de) Added systemstatus and clock configuration
This commit is contained in:
parent
63c98fd54f
commit
cf73504f74
|
|
@ -19,6 +19,7 @@
|
|||
<variables>
|
||||
<!-- Both system and gamelist views -->
|
||||
<backgroundColor>404040</backgroundColor>
|
||||
<statusColor>FFFFFF</statusColor>
|
||||
|
||||
<!-- System view -->
|
||||
<systemCarouselColor>747474D8</systemCarouselColor>
|
||||
|
|
@ -51,6 +52,7 @@
|
|||
<variables>
|
||||
<!-- Both system and gamelist views -->
|
||||
<backgroundColor>707070</backgroundColor>
|
||||
<statusColor>FFFFFF</statusColor>
|
||||
|
||||
<!-- System view -->
|
||||
<systemCarouselColor>FFFFFFD8</systemCarouselColor>
|
||||
|
|
|
|||
|
|
@ -38,6 +38,25 @@
|
|||
|
||||
<variant name="all">
|
||||
<view name="system, gamelist">
|
||||
<systemstatus name="systemStatus">
|
||||
<pos>0.985 0.014</pos>
|
||||
<height>0.035</height>
|
||||
<textRelativeScale>0.8</textRelativeScale>
|
||||
<color>${statusColor}</color>
|
||||
<backgroundColor>00000066</backgroundColor>
|
||||
<backgroundPadding>0.008 0.008</backgroundPadding>
|
||||
<backgroundCornerRadius>0.003</backgroundCornerRadius>
|
||||
<entrySpacing>0.005</entrySpacing>
|
||||
</systemstatus>
|
||||
<clock name="clock">
|
||||
<pos>0.018 0.014</pos>
|
||||
<fontSize>0.033</fontSize>
|
||||
<color>${statusColor}</color>
|
||||
<backgroundColor>00000066</backgroundColor>
|
||||
<backgroundPadding>0.008 0.008</backgroundPadding>
|
||||
<backgroundCornerRadius>0.003</backgroundCornerRadius>
|
||||
<format>%H:%M</format>
|
||||
</clock>
|
||||
<image name="background">
|
||||
<pos>0 0</pos>
|
||||
<size>1 1</size>
|
||||
|
|
|
|||
Loading…
Reference in a new issue