View Single Post
Posts: 107 | Thanked: 173 times | Joined on Feb 2011
#311
Originally Posted by ammyt View Post
Hmmm, it is displayed here, must be something wrong in the config file.

I'm loosing interest in that skin however, nobody seems interested at all. Let me review the config file for you.
Here is the config file: I just modified how the date is displayed
Code:
[Main]

#This is the configuration file for QtLockscreen.

#Here you can customize the look of the lockscreen.

#

#Some notes on settings:

#  -Fonts: to set a font use a string composed with:

#   "fontName;fontSize;fontWeight;italic"

#   If fontName is empty it will be used the default system font.

#   For italic use 1 to enable it.

#   For fontWeight use one of the following value: light, normal, demibold, bold, black

#   Example: 

#     Font=";14;normal;0"

#

#  -Position: you can set different position for portrait and landscape.

#   PosL is the position in landscape

#   PosP is the position in portrait

#   For position you can use the special value: left, center, right, top, bottom

#

#  -Size: : you can set different size for portrait and landscape.

#   SizeL is the size in landscape

#   SizeP is the size in portrait



#Orientation: auto, landscape, portrait

Orientation="portrait"



#Path to background image for Portrait (P) and Landscape (L)

BackGroundImageP="/home/user/.config/sakya/Images/Neon.png"

BackGroundImageL="/etc/hildon/theme/backgrounds/lockscreenl.png"



#List of widgets.

#  Name is composed by WidgetType.WidgetName

#  The WidgetName must be unique.

#  Please respect the numeric order, don't leave "holes" in the list and set a correct Size.

#  If you add/remove widget remember to update the Size at the end of the list.

Widgets\1\Name="DateTime.Time"

Widgets\2\Name="UnlockButton.UnlockButton"

Widgets\3\Name="DateTime.Month"

Widgets\4\Name="DateTime.Day"

Widgets\5\Name="Battery.Battery"

Widgets\6\Name="Notification.MissedCalls"

Widgets\7\Name="Notification.UnreadSMS"

Widgets\8\Name="Notification.UnreadEmails"

Widgets\9\Name="Notification.NewIM"

Widgets\10\Name="MediaAlbumArt.AlbumArt"

Widgets\11\Name="Image.overlay"

Widgets\12\Name="MediaPlayPauseButton.PlayPauseButton"

Widgets\13\Name="MediaNextButton.NextButton"

Widgets\14\Name="MediaBackButton.BackButton"

Widgets\Size=21





#Widgets

#  The [Name] must match the WidgetName defined in the Widgets list





[Battery]

Images="/home/user/.config/sakya/Images/battery_0.png;/home/user/.config/sakya/Images/battery_1.png;/home/user/.config/sakya/Images/battery_2.png;/home/user/.config/sakya/Images/battery_3.png;/home/user/.config/sakya/Images/battery_4.png;/home/user/.config/sakya/Images/battery_5.png;/home/user/.config/sakya/Images/battery_6.png"

ChargingImage="/home/user/.config/sakya/Images/battery_charging.png"

SizeP="480;250"

SizeL="120;120"

PosL="center;312"

PosP="28;174"

PercentageFont=";8;normal;0"

PercentageColor="255;255;255;0"





[Time]

Alignment="center"

PosL="110;335"

PosP="center;348"

SizeP="480;100"

SizeL="200;100"

DateFont=";0;normal;0"

TimeFont="Orandakan Kana;31;normal;0"

TimeFormat="HH:mm"

DateFormat=""

TimeColor="100;200;255;255"



[Month]

Alignment="center"

PosL="550;350"

PosP="center;295"

SizeP="200;100"

SizeL="200;100"

DateFont="Orandakan Kana;18;normal;0"

TimeFont="Orandakan Kana;0;normal;0"

DateFormat="dd MMMM"

TimeFormat=""

DateColor="100;200;255;255"



[Day]

Alignment="center"

PosL="550;350"

PosP="center;263"

SizeP="220;100"

SizeL="200;100"

DateFont="Orandakan Kana;18;normal;0"

TimeFont="Orandakan Kana;0;normal;0"

DateFormat="ddd"

TimeFormat=""

DateColor="100;200;255;255"



[UnlockButton]

WaitTimeMsec=1000

BackGroundImage="/home/user/.config/sakya/Images/lock1.png"

BackGroundImagePressed="/home/user/.config/sakya/Images/lock2.png"

PosL="center;302"

PosP="230;570"

SizeP="300;300"

[MissedCalls]

Icon="/home/user/.config/sakya/Images/call.png"

PosL="492;200"

PosP="left;690"

SizeL="96;96"

SizeP="96;96"

Type="call"

Font=";14;normal;0"

Color="255;255;255;0"



[UnreadSMS]

Icon="/home/user/.config/sakya/Images/sms.png"

PosL="212;200"

PosP="130;690"

SizeL="96;96"

SizeP="96;96"

Type="sms"

Font=";14;normal;0"

Color="255;255;255;0"



[UnreadEmails]

Icon="/home/user/.config/sakya/Images/mail.png"

PosL="671;200"

PosP="260;690"

SizeL="96;96"

SizeP="96;96"

Type="email"

Font=";14;normal;0"

Color="255;255;255;0"



[NewIM]

Icon="/home/user/.config/sakya/Images/im.png"

PosL="33;200"

PosP="right;690"

SizeL="96;96"

SizeP="96;96"

Type="im"

Font=";14;normal;0"

Color="255;255;255;0"



[NextButton]

BackGroundImage="/home/user/.config/sakya/Images/next.png"

BackGroundImagePressed="/home/user/.config/sakya/Images/next1.png"

SizeL="48;48"

SizeP="48;48"

PosL="434;70"

PosP="330;450"



[BackButton]

BackGroundImage="/home/user/.config/sakya/Images/back.png"

BackGroundImagePressed="/home/user/.config/sakya/Images/back1.png"

SizeL="48;48"

SizeP="48;48"

PosL="318;70"

PosP="100;450"



[AlbumArt]

SizeL="149;149"

SizeP="120;120"

PosL="325;132"

PosP="180;418"



[PlayPauseButton]

#

#

#

#

SizeL="48;48"

SizeP="161;161"

PosL="center;70"

PosP="170;408"
thanks for checking