Repository URL to install this package:
|
Version:
13.1-r5 ▾
|
enigma2-skin-metrixstylehd
/
usr
/
lib
/
enigma2
/
python
/
Plugins
/
Extensions
/
MetrixStyle
/
data
/
infobar-top-left-rssi-btlevel.xml
|
|---|
<!-- /* InfoWidget RSSI/BtLevel -->
<eLabel position="40,40" size="340,70" backgroundColor="background" radius="0012" zPosition="-2" />
<eLabel text="RSSI" position="50,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="220,55" size="150,10" borderWidth="1" borderColor="grey" backgroundColor="background" transparent="1" >
<convert type="InputDeviceInfo">rssi</convert>
</widget>
<eLabel text="Battery Level" position="50,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="220,85" size="150,10" borderWidth="1" borderColor="grey" backgroundColor="background" transparent="1" >
<convert type="InputDeviceInfo">batteryLevel</convert>
</widget>
<!-- InfoWidget RSSI/BtLevel */ -->