Manually placing the digital seconds on info bar.

biscamax

BH Lover
Hello my friend Master Matrix10. I want to ask you the follow question:
Can I manually put the digital seconds on info bar, editing skin.xml? If it's possible, how can I do it?
A big hug.
 

Matrix10

Administrator
Hello my friend Master Matrix10. I want to ask you the follow question:
Can I manually put the digital seconds on info bar, editing skin.xml? If it's possible, how can I do it?
A big hug.

seconds in skin.xml

search for section in skin.xml starting with

<screen name="InfoBar"

add this

<widget source="global.CurrentTime" render="Label" position="1199,21" size="45,22" font="Regular;19" valign="top" halign="left" backgroundColor="transpBlack" transparent="1">
<convert type="ClockToText">Format::%S</convert>
</widget>

position on easy info bar 1199,21 you can change x,y position

the same is for extra/big infobar
search for
<screen name="Nab_ExtraInfobar"
in skin.xml and add the same lines

Before testing backup skin.xml
if you have crash put back
 

biscamax

BH Lover
Master Matrix10, I did like you said, now I have digital seconds in infobar, everything is ok and without crash until now. Later I will test a new position (x,y) and perhaps another size, just to test and see the result.
My friend Matrix10, thank you very much for your fantastic support.
 
Top