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 / display-oled-default.xml
Size: Mime:
<!-- /* Display OLED -->
	<screen name="InfoBarSummary" position="0,0" size="132,64" id="1">
		<widget source="session.CurrentService" render="Label" position="5,0" size="122,36" font="Display;16" halign="center" valign="center">
			<convert type="ServiceName">Name</convert>
		</widget>
		<widget source="session.Event_Now" render="Progress" position="16,36" size="100,5" borderWidth="1" zPosition="5" >
			<convert type="EventTime">Progress</convert>
		</widget>
		<widget source="global.CurrentTime" render="Label" position="16,41" size="100,23" font="Display;23" halign="center" >
			<convert type="ClockToText">Format:%-H:%M:%S</convert>
		</widget>
		<widget source="session.RecordState" render="FixedLabel" position="0,41" size="132,23" zPosition="1" text=" ">
			<convert type="ConfigEntryTest">config.usage.blinking_display_clock_during_recording,True,CheckSourceBoolean</convert>
			<convert type="ConditionalShowHide">Blink</convert>
		</widget>
	</screen>	
<!-- Display OLED */-->