(slate-es-de) Updated to use the new backgroundHorizontalPadding and backgroundVerticalPadding properties for the systemstatus and clock elements

This commit is contained in:
Leon Styhre 2025-03-16 11:14:32 +01:00
parent 8feda8d372
commit 6351fb4e5b

View file

@ -44,7 +44,8 @@
<textRelativeScale>0.8</textRelativeScale>
<color>${statusColor}</color>
<backgroundColor>00000066</backgroundColor>
<backgroundPadding>0.008 0.008</backgroundPadding>
<backgroundHorizontalPadding>0.004 0.005</backgroundHorizontalPadding>
<backgroundVerticalPadding>0.004 0.004</backgroundVerticalPadding>
<backgroundCornerRadius>0.003</backgroundCornerRadius>
<entrySpacing>0.005</entrySpacing>
</systemstatus>
@ -53,7 +54,8 @@
<fontSize>0.033</fontSize>
<color>${statusColor}</color>
<backgroundColor>00000066</backgroundColor>
<backgroundPadding>0.008 0.008</backgroundPadding>
<backgroundHorizontalPadding>0.004 0.004</backgroundHorizontalPadding>
<backgroundVerticalPadding>0.004 0.004</backgroundVerticalPadding>
<backgroundCornerRadius>0.003</backgroundCornerRadius>
<format>%H:%M</format>
</clock>