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-left-clockdate.xml
Size: Mime:
<!-- /* ClockWidget -->
 		<eLabel position="40,40" size="340,70" backgroundColor="background" radius="0012" zPosition="-2" />	
		<widget source="global.CurrentTime" render="Label" position="50,40" size="320,70" font="RegularLight;60" valign="center" backgroundColor="background" transparent="1" >
			<convert type="ClockToText">Format: %-H:%M</convert>
		</widget>
		<widget source="global.CurrentTime" render="Label" position="50,50" size="320,26" font="Regular;20" halign="right" foregroundColor="metrixClock" backgroundColor="background" transparent="1" >
			<convert type="ClockToText">Format: %A</convert>
		</widget>	
			<widget source="global.CurrentTime" render="Label" position="50,76" size="320,26" font="Regular;20" halign="right" foregroundColor="metrixClock" backgroundColor="background" transparent="1" >
			<convert type="ClockToText">Format: %e. %B</convert>
		</widget>	
<!-- ClockWidget */ -->