Minimize standby screen

Phil32

Nouveau DZSatien
Inscrit
22/9/13
Messages
6
With my Vu+ solo2 in my bedroom, I wanted to minimize the standby screen, showing the date and time. Even with minimum brightness that you can change in the menu it was still bright in the night.

I am using OpenVix 3.2 and the skin Vix-Night-HD.

I edited the file /usr/share/enigma2/display/skin_display.xml


and changed:



<screen name="StandbySummary" position="0,0" size="132,64">
<widget source="global.CurrentTime" render="Label" position="0,0" size="120,64" font="Regular;48" halign="center" valign="center">
<convert type="ClockToText">Format:%d/%m %H:%M</convert>


With:
<screen name="StandbySummary" position="0,0" size="132,64">
<widget source="global.CurrentTime" render="Label" position="0,0" size="120,64" font="Regular;48" halign="center" valign="center">
<convert type="ClockToText">Format:.</convert>

Only a small dot is now visible. If there is a recording only a small record sign is also added.
 
Salut

Merci

Je me permet juste de mettre ton astuce en francais


Avec mon Vu + Solo² dans ma chambre, je voulais pour minimiser la muminosité de l'écran de veille.
Vous pouvez changer ça dans le menu


Je me sers OpenVix 3.2 et la peau Vix-Nuit-HD.


Je modifié le fichier /usr/share/enigma2/display/skin_display.xml

Comme ceci

<screen name="StandbySummary" position="0,0" size="132,64">
<widget source="global.CurrentTime" render="Label" position="0,0" size="120,64" font="Regular;48" halign="center" valign="center">
<convert type="ClockToText">Format:%d/%m %H:%M</convert>


Avec cette config

<screen name="StandbySummary" position="0,0" size="132,64">
<widget source="global.CurrentTime" render="Label" position="0,0" size="120,64" font="Regular;48" halign="center" valign="center">
<convert type="ClockToText">Format:.</convert>


Seulement un petit point est maintenant visible et si il y a un enregistrement il n'y a que le petit R
 
Merci. Desole j'ai pas fait attention quand J'ai tape le message.
 
Retour
Haut