View Single Post
Posts: 104 | Thanked: 60 times | Joined on Dec 2009 @ London
#2
Here's mine. I wanted a very music player centric one, so it has a larger album cover and buttons. Play/pause by tapping the cover.





Code:
[Main]
#Orientation: auto, landscape, portrait
Orientation="auto"

#Path to background image for Portrait (P) and Landscape (L)
BackGroundImageP="/etc/hildon/theme/backgrounds/lockslider.png"
BackGroundImageL="/etc/hildon/theme/backgrounds/lockslider.png"

#List of widgets.
#  Name is composed by WidgetType.WidgetName
#  The WidgetName must be unique.
#  If you add/remove widget remember to update the Size at the end of the list
Widgets\1\Name="Rect.Rect_Bottom"
Widgets\2\Name="Rect.Rect_Top"
Widgets\3\Name="Rect.Rect_NextButton"
Widgets\4\Name="Rect.Rect_BackButton"
Widgets\5\Name="Rect.Rect_Metadata"
Widgets\6\Name="DateTime.DateTime"
Widgets\7\Name="UnlockButton.UnlockButton"
Widgets\8\Name="MediaPlayPauseButton.PlayPauseButton"
Widgets\9\Name="MediaNextButton.NextButton"
Widgets\10\Name="MediaBackButton.BackButton"
Widgets\11\Name="MediaMetadata.Metadata"
Widgets\12\Name="MediaAlbumArt.AlbumArt"
Widgets\13\Name="Rect.TimeLabelBackground"
Widgets\14\Name="MediaTimeLabel.TimeLabel"
Widgets\15\Name="Notification.MissedCalls"
Widgets\16\Name="Notification.UnreadSMS"
Widgets\17\Name="Notification.UnreadEmails"
Widgets\18\Name="UnlockButton.UnlockButton2"
Widgets\Size=18

#Widgets
#  The [Name] must match the WidgetName defined in the Widgets list
[DateTime]
Alignment="center"
PosL="center;0"
PosP="center;0"
DateFontSize=12
TimeFontSize=30
TimeFormat="hh:mm"
DateFormat="dddd dd/MM/yyyy"

[Rect_Bottom]
SizeL="120;80"
PosL="center;400"
SizeP="480;70"
PosP="0;730"
Radius=0
Color="0;0;0;150"

[Rect_Top]
SizeL="240;70"
PosL="center;0"
SizeP="480;70"
PosP="0;0"
Radius=0
Color="0;0;0;150"

[Rect_NextButton]
SizeL="430;130"
PosL="360;160"
PosP="290;160"
SizeP="185;130"
Radius=0
Color="0;0;0;150"

[Rect_BackButton]
SizeL="135;130"
SizeP="75;130"
PosL="220;160"
PosP="210;160"
Radius=0
Color="0;0;0;150"

[Rect_Metadata]
SizeL="570;65"
PosL="220;90"
PosP="210;90"
SizeP="265;65"
Radius=0
Color="0;0;0;150"

[Battery]
Images=":/images/battery_0.png;:/images/battery_1.png;:/images/battery_2.png;:/images/battery_3.png;:/images/battery_4.png;:/images/battery_5.png;:/images/battery_6.png"
PosL="700;15"
PosP="380;15"
PercentageFontSize=2

[UnlockButton]
WaitTimeMsec=1000
BackGroundImage=":/images/unlock.png"
BackGroundImagePressed=":/images/unlockPressed.png"
PosL="center;410"
PosP="center;730"

[PlayPauseButton]
#BackGroundImagePause=":/images/pause.png"
#BackGroundImagePausePressed=":/images/pausePressed.png"
#BackGroundImagePlay=":/images/play.png"
#BackGroundImagePlayPressed=":/images/playPressed.png"
PosL="10;90"
PosP="5;90"
SizeL="200;200"
SizeP="200;200"

[NextButton]
BackGroundImage=":/images/forward.png"
BackGroundImagePressed=":/images/forwardPressed.png"
PosL="360;160"
PosP="290;160"
SizeL="430;130"
SizeP="400;130"

[BackButton]
BackGroundImage=":/images/back.png"
BackGroundImagePressed=":/images/backPressed.png"
PosL="220;160"
PosP="210;160"
SizeL="130;130"
SizeP="75;130"

[Metadata]
TitleFontSize=20
ArtistFontSize=14
Alignment="left"
SizeL="565;100"
PosL="225;92"
PosP="215;95"
SizeP="255;65"

[AlbumArt]
NoCoverImage=":/images/no-album-art.png"
SizeL="200;200"
PosL="10;90"
PosP="5;90"

[TimeLabelBackground]
PosL="10;270"
PosP="5;270"
SizeL="50;20"
Color="0;0;0;150"
Radius=0

[TimeLabel]
PosP="5;270"
PosL="10;270"
SizeL="50;20"

[MissedCalls]
Icon=":/images/call.png"
PosL="center;300"
PosP="center;520"
SizeL="160;100"
Type="call"
FontSize=13

[UnreadSMS]
Icon=":/images/message.png"
PosL="50;300"
PosP="left;520"
SizeL="160;100"
Type="sms"
FontSize=13

[UnreadEmails]
Icon=":/images/email.png"
PosL="590;300"
PosP="right;520"
SizeL="160;100"
Type="email"
FontSize=13

[UnlockButton2]
BackGroundImage=""
BackGroundImagePressed=""
WaitTimeMsec=1000
PosL="center;400"
SizeL="120;80"
PosP="center;730"
SizeP="480;70"
 

The Following 7 Users Say Thank You to qw3rty For This Useful Post: