diff options
Diffstat (limited to 'gui/devices/1440x2560/res/ui.xml')
-rw-r--r-- | gui/devices/1440x2560/res/ui.xml | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/gui/devices/1440x2560/res/ui.xml b/gui/devices/1440x2560/res/ui.xml index fe55dfdbf..79f12cfce 100644 --- a/gui/devices/1440x2560/res/ui.xml +++ b/gui/devices/1440x2560/res/ui.xml @@ -9,9 +9,9 @@ <preview>preview.jpg</preview> </details> - <include> - <xmlfile name="portrait.xml" /> - </include> + <include> + <xmlfile name="portrait.xml" /> + </include> <resources> <resource name="font" type="font" filename="RobotoCondensed-Regular.ttf" size="50" fallback="Roboto-Condensed-50" /> @@ -246,6 +246,15 @@ <text>Battery: %tw_battery%</text> </object> + <object type="text" color="%text_color%"> + <font resource="font" /> + <placement x="839" y="132" /> + <conditions> + <condition var1="tw_no_cpu_temp" var2="0" /> + </conditions> + <text>CPU: %tw_cpu_temp% C</text> + </object> + <object type="button"> <highlight color="%highlight_color%" /> <placement x="%home_button_x%" y="%home_button_y%" /> |