Repository URL to install this package:
|
Version:
13.1-r5 ▾
|
enigma2-skin-metrixstylehd
/
usr
/
lib
/
enigma2
/
python
/
Plugins
/
Extensions
/
MetrixStyle
/
data
/
infobar-top-center-vpninfo.xml
|
|---|
<!-- /* InfoWidget VPN Info @murxer -->
<eLabel position="390,40" size="500,70" backgroundColor="background" radius="0012" zPosition="-1" />
<eLabel text="VPN" position="400,46" size="50,30" font="Regular;22" halign="left" valign="center" foregroundColor="red" backgroundColor="background" transparent="1" />
<widget source="session.CurrentService" render="FixedLabel" text="VPN" position="400,46" size="50,30" font="Regular;22" valign="center" foregroundColor="green" backgroundColor="background" zPosition="1" >
<convert type="MetrixStyleVpnInfo">VPN</convert>
<convert type="ConditionalShowHide"/>
</widget>
<widget source="session.CurrentService" render="MetrixStyleVpnFlag" position="468,44" size="32,32" zPosition="1" alphatest="blend" >
<convert type="MetrixStyleVpnInfo">FLAG</convert>
</widget>
<widget source="session.CurrentService" render="Label" position="505,44" size="380,32" font="Regular;21" noWrap="1" halign="center" valign="center" backgroundColor="background" transparent="1" >
<convert type="MetrixStyleVpnInfo">IP</convert>
</widget>
<widget source="session.CurrentService" render="Label" position="400,75" size="485,30" font="Regular;19" noWrap="1" valign="center" backgroundColor="background" transparent="1" >
<convert type="MetrixStyleVpnInfo">COUNTRYINFO</convert>
</widget>
<!-- InfoWidget VPN Info */ @murxer -->