System info rework

This commit is contained in:
DaVukovic 2019-06-01 12:12:24 +02:00
parent 2ffd84b901
commit b12ecc63b2

View File

@ -149,28 +149,72 @@
<label>-</label> <label>-</label>
<font>font12</font> <font>font12</font>
</control> </control>
<control type="label" id="52"> <control type="group">
<description>XBMC XBE BUILD Version</description> <description>Version and date info group</description>
<left>930</left> <left>-347</left>
<top>370</top> <top>200</top>
<width>910</width> <control type="image">
<label>144</label> <left>0</left>
<textcolor>green</textcolor> <top>0</top>
<shadowcolor>black</shadowcolor> <width>340</width>
<align>right</align> <height>310</height>
<font>font12</font> <texture border="0,0,50,45">Panel2.png</texture>
<include>VisibleFadeEffect</include>
</control>
<control type="group">
<control type="label">
<description>Build text</description>
<left>10</left>
<top>20</top>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<align>left</align>
<font>font12</font>
<label>$LOCALIZE[144]</label>
</control>
<control type="label" id="52">
<description>Kodi build version</description>
<left>10</left>
<top>40</top>
<textcolor>green</textcolor>
<shadowcolor>black</shadowcolor>
<align>left</align>
<font>font12</font>
</control>
</control>
<control type="group">
<control type="label">
<description>date text</description>
<left>10</left>
<top>80</top>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<align>left</align>
<font>font12</font>
<label>$LOCALIZE[174]</label>
</control>
<control type="label" id="53">
<description>Kodi build date</description>
<left>10</left>
<top>100</top>
<textcolor>green</textcolor>
<shadowcolor>black</shadowcolor>
<align>left</align>
<font>font12</font>
</control>
</control>
</control> </control>
<control type="group"> <control type="group">
<left>600</left> <left>0</left>
<top>420</top> <top>400</top>
<control type="label"> <control type="label">
<description>CPU Text</description> <description>CPU Text</description>
<left>0</left> <left>0</left>
<top>0</top> <top>0</top>
<width>350</width> <width>550</width>
<height>25</height> <height>25</height>
<label>$LOCALIZE[13271] $INFO[System.CPUUsage]</label> <label>$LOCALIZE[13271] $INFO[System.CPUUsage]</label>
<align>right</align> <align>left</align>
<aligny>center</aligny> <aligny>center</aligny>
<textcolor>white</textcolor> <textcolor>white</textcolor>
<shadowcolor>black</shadowcolor> <shadowcolor>black</shadowcolor>
@ -178,20 +222,20 @@
</control> </control>
<control type="progress"> <control type="progress">
<description>CPU BAR</description> <description>CPU BAR</description>
<left>10</left> <left>0</left>
<top>7</top> <top>25</top>
<width>320</width> <width>550</width>
<height>12</height> <height>12</height>
<info>System.CPUUsage</info> <info>System.CPUUsage</info>
</control> </control>
<control type="label"> <control type="label">
<description>Memory Text</description> <description>Memory Text</description>
<left>0</left> <left>0</left>
<top>30</top> <top>40</top>
<width>350</width> <width>550</width>
<height>25</height> <height>25</height>
<label>$LOCALIZE[31005] $INFO[system.memory(used.percent)]</label> <label>$LOCALIZE[31005] $INFO[system.memory(used.percent)]</label>
<align>right</align> <align>left</align>
<aligny>center</aligny> <aligny>center</aligny>
<textcolor>white</textcolor> <textcolor>white</textcolor>
<shadowcolor>black</shadowcolor> <shadowcolor>black</shadowcolor>
@ -199,9 +243,9 @@
</control> </control>
<control type="progress"> <control type="progress">
<description>Memory BAR</description> <description>Memory BAR</description>
<left>10</left> <left>0</left>
<top>37</top> <top>65</top>
<width>320</width> <width>550</width>
<height>12</height> <height>12</height>
<info>system.memory(used)</info> <info>system.memory(used)</info>
</control> </control>