(slate-es-de) Added systemstatus and clock configuration

This commit is contained in:
Leon Styhre 2025-02-27 10:46:30 +01:00
parent 63c98fd54f
commit cf73504f74
2 changed files with 21 additions and 0 deletions

View file

@ -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>

View file

@ -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>