Active Topics

 



Notices


Reply
Thread Tools
Posts: 87 | Thanked: 97 times | Joined on Sep 2010
#211
Originally Posted by cloud596 View Post
nice if u can share he configuration and image as well
I'll post that ASAP
 
Posts: 185 | Thanked: 62 times | Joined on Sep 2010 @ Veitshöchheim, Germany
#212
is there any way to actually remove this new screen? i think it came with CSSU or something but it only slows down the process until i can see a call if one is inbound. now takes up twice the time it normally does...
 
F2thaK's Avatar
Posts: 4,365 | Thanked: 2,467 times | Joined on Jan 2010 @ Australia Mate
#213
this is not part of CSSU. uninstall it.
 
Posts: 60 | Thanked: 29 times | Joined on Dec 2009 @ Germany
#214
Originally Posted by kishanW View Post
My latest lock screen [Portrait only & no swipe to unlock yet]
you're just an artist, please share faster!
 
Posts: 185 | Thanked: 62 times | Joined on Sep 2010 @ Veitshöchheim, Germany
#215
Originally Posted by F2thaK View Post
this is not part of CSSU. uninstall it.
i never even installed it. just noticed one day, that there is some crazy thing when i unlock or lock my phone. i THEN installed this to see if i can customize it, then uninstalled it again but its still there :S
 
Posts: 87 | Thanked: 97 times | Joined on Sep 2010
#216
My latest lock screen [Portrait only & no swipe to unlock yet]


Config file and images:
http://www.atox-d.com/testGround/tem...reen/v4/v4.zip
 

The Following 7 Users Say Thank You to kishanW For This Useful Post:
Posts: 84 | Thanked: 76 times | Joined on Aug 2011
#217
Hi kishanW.

I just applied your lock screen and it seems like the next track and previous track buttons do not work if the media player is not playing. The actual song changes but the song name does not. Btw the lock screen looks really great!
 
Posts: 298 | Thanked: 197 times | Joined on Dec 2009 @ Norway
#218
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.

Last edited by Nokia 5700; 2011-08-13 at 19:43.
 

The Following User Says Thank You to Nokia 5700 For This Useful 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
 
sakya's Avatar
Posts: 533 | Thanked: 1,341 times | Joined on Dec 2010 @ Italy
#220
Originally Posted by Nokia 5700 View Post
But I have some problems with it still... New e-mails, SMS and calls don't appear. I don't know what's wrong.
The alignment for notification can be top, bottom, left or right (relative to the icon). Center doesen't work.

In your config you have:
Code:
TextAlignment="center"
 

The Following User Says Thank You to sakya For This Useful Post:
Reply

Tags
play'n_share


 
Forum Jump


All times are GMT. The time now is 19:13.