Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
enigma2-skin-metrixstylehd / usr / lib / enigma2 / python / Plugins / Extensions / MetrixStyle / data / infobar-bottom-left-resolution-fan-cputemp.xml
Size: Mime:
 <!-- /* bottom left -->
        <layout name="Bottom-left-Resolution"/>		
		<widget source="session.CurrentService" render="Label" position="435,680" size="180,26" font="Regular;22" backgroundColor="background" transparent="1" >
			<convert type="MetrixStyleBoxInfo">FanInfo</convert>
		</widget>
		<eLabel text="CPU:" position="600,680" size="50,26" font="Regular;22" backgroundColor="background" transparent="1" />		
		<widget source="session.CurrentService" render="Label" position="600,680" size="130,26" font="Regular;22" halign="right" backgroundColor="background" transparent="1" >
			<convert type="MetrixStyleCpuTemp">CpuTemp</convert>
		</widget>		
<!--  */ bottom left -->