Menu

Main Menu
Talk Get Daily Search

Member's Online

    User Name
    Password

    Share your QtLockscreen configs!

    Reply
    Page 1 of 102 | 1   2     3   11 | Next | Last
    qw3rty | # 1 | 2011-07-23, 17:57 | Report

    This is a thread to share new customizations for sakya's awesome QtLockscreen. Thanks again to sakya for the great work!

    If you have a lockscreen you want to share, post below, include screenshots (to take a screenshot slide out the keyboard just enough to hit ctrl+shift+P, but not so much that it unlocks), extra graphics if necessary, and most importantly the QtLockscreen.ini configuration file.

    If you want to use one of the lockscreens, backup your
    /home/user/.config/sakya/QtLockscreen.ini
    file and copy the new one to that location. You will probably also want to change the background, just edit the two lines in the .ini file to point to the location of your own backgrounds. And if needed, also put any additional files in the appropriate locations (check the .ini file).

    Edit | Forward | Quote | Quick Reply | Thanks

    Last edited by qw3rty; 2011-07-23 at 20:15.
    The Following 17 Users Say Thank You to qw3rty For This Useful Post:
    4n77r4xX, Bahador, bigears5000, casio, corduroysack, dadoabdallah, Drekkie, i M@N, jhepburn, K9999, Maj3stic, nashith, noorallah, safoo, samsds, shanttu, vetsin

     
    qw3rty | # 2 | 2011-07-23, 18:05 | Report

    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"

    Edit | Forward | Quote | Quick Reply | Thanks
    The Following 7 Users Say Thank You to qw3rty For This Useful Post:
    Bahador, bigears5000, corduroysack, jakiman, Maj3stic, MJ m

     
    lingling92 | # 3 | 2011-07-23, 18:20 | Report

    Care:
    Notifications only in portrait mode!

    Edit | Forward | Quote | Quick Reply | Thanks
    Attached Images
      
    Attached Files
    File Type: zip lingling QtLockscreen.zip (1.5 KB, 1562 views)
    The Following 8 Users Say Thank You to lingling92 For This Useful Post:
    ahmadamaj, Bahador, corduroysack, Maj3stic, mamad CJ, MJ m, noorallah, qw3rty

     
    Zekahz | # 4 | 2011-07-23, 19:22 | Report

    I only edited portrait mode, but did nothing with the notifications. I also still did nothing with the font.

    The space above the time and date is one giant invisible media player next-button


    Edit | Forward | Quote | Quick Reply | Thanks
    The Following 8 Users Say Thank You to Zekahz For This Useful Post:
    Bahador, corduroysack, Drekkie, ejasmudar, Maj3stic, noorallah, qw3rty, visN900

     
    qw3rty | # 5 | 2011-07-23, 20:12 | Report

    Zekahz, can you share your .ini file?

    Edit | Forward | Quote | Quick Reply | Thanks
    The Following 2 Users Say Thank You to qw3rty For This Useful Post:
    christexaport, geneven

     
    christexaport | # 6 | 2011-07-23, 20:45 | Report

    We really need someone to Wikify this.

    Edit | Forward | Quote | Quick Reply | Thanks
    The Following User Says Thank You to christexaport For This Useful Post:
    kevloral

     
    qw3rty | # 7 | 2011-07-23, 21:46 | Report

    I don't think the wiki is the place for people to share their designs... I'm pretty sure that's why there is a "Design" sub-forum. It might be worth creating a wiki page to explain how to edit QtLockscreen.ini, but to be honest it's already been explained so well by sakya I'm not sure it's worth it...

    Edit | Forward | Quote | Quick Reply | Thanks

     
    laith.m.y | # 8 | 2011-07-23, 22:03 | Report

    Originally Posted by lingling92 View Post
    Care:
    Notifications only in portrait mode!
    what is the name of the font ?

    Edit | Forward | Quote | Quick Reply | Thanks

     
    Hurrian | # 9 | 2011-07-23, 22:22 | Report


    Images (/home/user/lock-img)
    Config (not a real zip - wget this and mv to QtLockscreen.ini)

    EDIT: updated for portrait mode.

    Edit | Forward | Quote | Quick Reply | Thanks

    Last edited by Hurrian; 2011-07-23 at 23:56.

     
    MaikEF | # 10 | 2011-07-23, 22:39 | Report

    no musicfiles in mediaplayer at the moment.
    2 seperate files for background...

    font for battery percentage invisible.

    want to edit icons, but must wait...

    Code:
    [Main]
    #Orientation: auto, landscape, portrait
    Orientation="auto"
    
    #Path to background image for Portrait (P) and Landscape (L)
    BackGroundImageP="/etc/hildon/theme/backgrounds/lockslider_P.png"
    BackGroundImageL="/etc/hildon/theme/backgrounds/lockslider_L.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="DateTime.DateTime"
    Widgets\4\Name="Battery.Battery"
    Widgets\5\Name="UnlockButton.UnlockButton"
    Widgets\6\Name="MediaPlayPauseButton.PlayPauseButton"
    Widgets\7\Name="MediaNextButton.NextButton"
    Widgets\8\Name="MediaBackButton.BackButton"
    Widgets\9\Name="MediaMetadata.Metadata"
    Widgets\10\Name="MediaAlbumArt.AlbumArt"
    Widgets\11\Name="Rect.TimeLabelBackground"
    Widgets\12\Name="MediaTimeLabel.TimeLabel"
    Widgets\13\Name="Notification.MissedCalls"
    Widgets\14\Name="Notification.UnreadSMS"
    Widgets\15\Name="Notification.UnreadEmails"
    Widgets\Size=15
    
    #Widgets
    #  The [Name] must match the WidgetName defined in the Widgets list
    [DateTime]
    Alignment="center"
    PosL="center;0"
    PosP="center;0"
    DateFontSize=12
    TimeFontSize=24
    TimeFormat="hh:mm"
    DateFormat="dddd dd.MM.yyyy"
    
    [Rect_Bottom]
    SizeL="800;70"
    PosL="0;410"
    SizeP="480;70"
    PosP="0;730"
    Radius=0
    Color="0;0;0;150"
    
    [Rect_Top]
    SizeL="800;80"
    PosL="0;0"
    SizeP="480;70"
    PosP="0;0"
    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"
    PercentageFont=";10;normal;0"
    PercentageColor="0;0;0;0"
    
    [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="210;160"
    PosP="210;160"
    
    [NextButton]
    BackGroundImage=":/images/forward.png"
    BackGroundImagePressed=":/images/forwardPressed.png"
    PosL="280;160"
    PosP="280;160"
    
    [BackButton]
    BackGroundImage=":/images/back.png"
    BackGroundImagePressed=":/images/backPressed.png"
    PosL="140;160"
    PosP="140;160"
    
    [Metadata]
    TitleFontSize=20
    ArtistFontSize=14
    Alignment="left"
    SizeL="400;100"
    PosL="140;90"
    
    [AlbumArt]
    NoCoverImage=":/images/no-album-art.png"
    SizeL="120;120"
    PosL="5;90"
    
    [TimeLabelBackground]
    PosL="5;190"
    SizeL="50;20"
    Color="0;0;0;150"
    Radius=0
    
    [TimeLabel]
    PosL="5;190"
    SizeL="50;20"
    
    [MissedCalls]
    Icon=":/images/call.png"
    PosL="center;250"
    PosP="center;360"
    SizeL="160;100"
    Type="call"
    FontSize=14
    
    [UnreadSMS]
    Icon=":/images/message.png"
    PosL="120;250"
    PosP="left;360"
    SizeL="160;100"
    Type="sms"
    FontSize=14
    
    [UnreadEmails]
    Icon=":/images/email.png"
    PosL="520;250"
    PosP="right;360"
    SizeL="160;100"
    Type="email"
    FontSize=14

    Edit | Forward | Quote | Quick Reply | Thanks
    Attached Images
      
    The Following 14 Users Say Thank You to MaikEF For This Useful Post:
    Bahador, corduroysack, dadoabdallah, ejasmudar, fatcobrah, kevloral, Maj3stic, MyNokiaN900, niqbal, qw3rty, shanttu, tzsm98, ug2215

     
    Page 1 of 102 | 1   2     3   11 | Next | Last
vBulletin® Version 3.8.8
Normal Logout