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-top-right-rssi-btlevel.xml
Size: Mime:
<!-- /* InfoWidget RSSI/BtLevel -->
 		<eLabel position="900,40" size="340,70" backgroundColor="background" radius="0012" zPosition="-2" />
        <eLabel text="RSSI" position="910,46" size="320,30" font="Regular;22" halign="left" valign="center" backgroundColor="background" transparent="1" />
		<widget source="session.InputDevice" render="Progress" pixmap="MetrixStyleHD/png/btlevel.png" position="1080,55" size="150,10" borderWidth="1" borderColor="grey" backgroundColor="background" transparent="1" >
			<convert type="InputDeviceInfo">rssi</convert>
		</widget>
        <eLabel text="Battery Level" position="910,76" size="320,30" font="Regular;22" halign="left" valign="center" backgroundColor="background" transparent="1" />		
		<widget source="session.InputDevice" render="Progress" pixmap="MetrixStyleHD/png/btlevel.png" position="1080,85" size="150,10" borderWidth="1" borderColor="grey" backgroundColor="background" transparent="1" >
			<convert type="InputDeviceInfo">batteryLevel</convert>
		</widget>
<!-- InfoWidget RSSI/BtLevel */ -->