Repository URL to install this package:
|
Version:
13.1-r5 ▾
|
enigma2-skin-metrixstylehd
/
usr
/
lib
/
enigma2
/
python
/
Plugins
/
Extensions
/
MetrixStyle
/
data
/
infobar-top-right-clockdateextended.xml
|
|---|
<!-- /* ClockWidget -->
<eLabel position="900,40" size="340,70" backgroundColor="background" radius="0012" zPosition="-2" />
<widget source="global.CurrentTime" render="Label" position="910,43" size="320,34" font="Regular;32" halign="right" backgroundColor="background" transparent="1" >
<convert type="ClockToText">Format: %-H:%M:%S</convert>
</widget>
<widget source="global.CurrentTime" render="Label" position="910,80" size="320,26" font="Regular;20" halign="right" foregroundColor="metrixClock" backgroundColor="background" transparent="1" >
<convert type="ClockToText">Format: %A %e. %B %Y</convert>
</widget>
<!-- ClockWidget */ -->