View Single Post
Posts: 212 | Thanked: 340 times | Joined on Feb 2011 @ Jordan
#219
Originally Posted by Nokia 5700 View Post
Ok, my first attempt of a lockscreen. Hope you like it as much as I do.
I used some Mono icons from Ubuntu, and made the slider myself.
I also consider shrinking the top bar. It's 72 pixels at the moment, but I'm thinking... Maybe half of that? Or simply 32? 24?
Gimme your thoughts about it, please. Also, I'll tar it up when the notifications work so you can get it, too. (The background is a photography by me. Check out my Flickr by the name "Howy the photographer" for more like that. )

But I have some problems with it still... New e-mails, SMS and calls don't appear. I don't know what's wrong.
This is the config:
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 values: light, normal, demibold, bold, black
#   Example: 
#     Font=";14;normal;0"
#
#  -Colors: to specify a color use R;G;B;A notation.
#   Example:
#     Color="255;255;255;255"   
#
#  -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
#
#  -Alignment: use one of the following values: center, left, right, top, bottom

#Name of this theme
ThemeName="Mine"

#Orientation: auto, landscape, portrait
Orientation="portrait"

#Path to background image for Portrait (P) and Landscape (L)
BackGroundImageP="/home/user/MyDocs/.images/DSC08567.JPG"
BackGroundImageL="/home/user/MyDocs/.prismicwm/wp/Clockworks.jpg"

#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 are drawn using this order: the higher number is the topmost widget
Widgets\1\Name="Image.topbar"
Widgets\2\Name="Image.slidebg"
Widgets\3\Name="Image.clockbg"
Widgets\4\Name="DateTime.DateTime"
Widgets\5\Name="Battery.Battery"
Widgets\6\Name="Text.SlideToUnlockText"
Widgets\7\Name="SlideToUnlockButton.SlideToUnlock"
Widgets\8\Name="MediaMetadata.Metadata"
Widgets\9\Name="Notification.MissedCalls"
Widgets\10\Name="Notification.UnreadSMS"
Widgets\11\Name="Notification.UnreadEmails"
Widgets\12\Name="Notification.NewIM"
Widgets\Size=12

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

[topbar]
Image="/opt/qtlockscreen/mine/topbar.png"
PosL="center;0"
PosP="center;0"
SizeL="800;93"
SizeP="480;93"

[slidebg]
Image="/opt/qtlockscreen/mine/backdrop.png"
PosL="center;372"
PosP="center;692"
SizeL="800;108"
SizeP="480;108"

[clockbg]
Image="/opt/qtlockscreen/mine/clockbg.png"
PosL="center;140"
PosP="center;140"
SizeL="480;200"
SizeP="480;200"

[DateTime]
Alignment="center"
PosL="center;0"
PosP="center;160"
SizeP="200;85"
DateFont=";14;normal;0"
DateColor="255;255;255;255"
TimeFont=";36;normal;0"
TimeColor="255;255;255;255"
TimeFormat="hh:mm"
DateFormat="dddd dd/MM/yyyy"

[Battery]
Images="/opt/qtlockscreen/mine/battery-000.png;/opt/qtlockscreen/mine/battery-020.png;/opt/qtlockscreen/mine/battery-040.png;/opt/qtlockscreen/mine/battery-060.png;/opt/qtlockscreen/mine/battery-080.png;/opt/qtlockscreen/mine/battery-080.png;/opt/qtlockscreen/mine/battery-100.png"
ChargingImage="/opt/qtlockscreen/mine/battery-charging.png"
PosL="728;0"
PosP="342;3"
SizeL="133;72"
PercentageFont=";10;normal;0"
PercentageColor="255;255;255;255"

[Metadata]
TitleFont=";20;normal;0"
TitleColor="255;255;255;255"
ArtistFont=";14;normal;0"
ArtistColor="255;255;255;255"
Alignment="center"
SizeP="400;100"
PosP="center;240"

[MissedCalls]
Icon="/opt/qtlockscreen/mine/call.png"
TextAlignment="center"
Text="%1"
PosL="224;250"
PosP="130;0"
SizeL="72;72"
Type="call"
Font=";14;normal;0"
Color="255;255;255;255"

[UnreadSMS]
Icon="/opt/qtlockscreen/mine/sms.png"
TextAlignment="center"
Text="%1"
PosL="32;250"
PosP="0;0"
SizeL="100;72"
Type="sms"
Font=";14;normal;0"
Color="255;255;255;255"

[UnreadEmails]
Icon="/opt/qtlockscreen/mine/mail.png"
TextAlignment="center"
Text="%1"
PosL="416;250"
PosP="25;0"
SizeL="100;72"
Type="email"
Font=";14;normal;0"
Color="255;255;255;255"

[NewIM]
Icon="/opt/qtlockscreen/mine/im.png"
TextAlignment="center"
Text="%1"
PosL="608;250"
PosP="202;0"
SizeL="81;72"
Type="im"
Font=";14;normal;0"
Color="255;255;255;255"

[SlideToUnlock]
SizeL="300;93"
SizeP="420;93"
PosL="center;410"
PosP="30;697"
#BackgroundImage="path to the widgets background image"
SliderImage="/opt/qtlockscreen/mine/slider.png"
SliderPos="0;0"
UnlockXL=236
UnlockXP=240
#UnlockYL=0
#UnlockYP=0

[SlideToUnlockText]
SizeL="300;64"
SizeP="300;64"
PosL="center;410"
PosP="center;750"
Text="Slide to unlock"
Font=";14;bold;0"
Alignment="center"
Also, is there a way to disable the text above the battery? I don't quite like it.
make font size of percentage 1 , I mean like this
Code:
PercentagFont=";1;normal;0"
then it will disappear