From b823b042762d03b1d43be92d61486bf2e7967c8d Mon Sep 17 00:00:00 2001 From: shadash <sophiahadash@gmail.com> Date: Mon, 11 Oct 2021 23:10:07 +0200 Subject: [PATCH] system placeholder definition Signed-off-by: Sophia Hadash <sophiahadash@gmail.com> --- themes/modern-DE/theme.xml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/themes/modern-DE/theme.xml b/themes/modern-DE/theme.xml index 974b6e53c..9ebb6f977 100644 --- a/themes/modern-DE/theme.xml +++ b/themes/modern-DE/theme.xml @@ -25,7 +25,7 @@ based on: Switch Theme by Lilbud <pos>0.96 0.935</pos> <origin>1 0</origin> <fontPath>${mainFont}</fontPath> - <fontSize>0.035f</fontSize> + <fontSize>0.035</fontSize> <entrySpacing>48</entrySpacing> <iconTextSpacing>12</iconTextSpacing> <textStyle>camelcase</textStyle> @@ -57,6 +57,22 @@ based on: Switch Theme by Lilbud <image name="logo"> <path>./art/${system.theme}.jpg</path> </image> + <image name="logoPlaceholderImage"> + <pos>0.5 0.5</pos> + <size>0.225 0.3975</size> + <color>505050</color> + <path>./assets/box.png</path> + </image> + <text name="logoPlaceholderText"> + <pos>0.5 0.5</pos> + <origin>0.5 0.5</origin> + <size>0.225 0.3975</size> + <fontSize>0.035</fontSize> + <fontPath>${mainFont}</fontPath> + <color>f4f4f4</color> + <forceUppercase>false</forceUppercase> + <text>${system.fullName}</text> + </text> <carousel name="systemcarousel"> <color>00000000</color> </carousel>