Menu

Main Menu
Talk Get Daily Search

Member's Online

    User Name
    Password

    [Announce] QtLockscreen: highly configurable lockscreen replacement

    Reply
    Page 42 of 80 | Prev | 32   40     41   42   43     44   52 | Next | Last
    kishanW | # 411 | 2011-08-12, 04:48 | Report

    Originally Posted by kishanW View Post
    how do I change the font color? Kinda confused on that.
    found it!
    TimeColor: r;g;b;a
    DateColor: r;g;b;a

    Edit | Forward | Quote | Quick Reply | Thanks

     
    F2thaK | # 412 | 2011-08-12, 05:08 | Report

    whats the simplest way to make the slidetounlock widget centered at bottom of screen and only 250px wide?

    Edit | Forward | Quote | Quick Reply | Thanks

     
    TMavica | # 413 | 2011-08-12, 05:24 | Report

    @sakya
    from now I can observed 2 bugs

    1. Set orientation to portrait, there is a background image problem, but when orentation auto mode is OK

    2. When orientation set to auto, I started to power on the unlock display in portrait, then rotate to landscape, the unlock display will not be rotate and the background image broken. But when I started to landscape mode, then rotate to portrait, all is fine.

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

     
    kishanW | # 414 | 2011-08-12, 05:45 | Report

    Originally Posted by F2thaK View Post
    whats the simplest way to make the slidetounlock widget centered at bottom of screen and only 250px wide?
    hey do you have the new ini file?

    Edit | Forward | Quote | Quick Reply | Thanks

     
    droitwichgas | # 415 | 2011-08-12, 06:02 | Report

    I have install the latest build however I don't get the new slider and the previous key lock no longer appears. I have trield "killalll" & a reboot and even a reinstall with no success.

    How do I get the old key lock back or the new slider which has only appeared once after a reboot?

    Edit | Forward | Quote | Quick Reply | Thanks

     
    eefo | # 416 | 2011-08-12, 06:49 | Report

    Originally Posted by sakya View Post
    What did you change (it seems you have bad UnlockXL, UnlockXP values)?
    never mind
    updated to latest version and problem solved .

    Edit | Forward | Quote | Quick Reply | Thanks

     
    sakya | # 417 | 2011-08-12, 07:34 | Report

    @droitwichgas:
    How to reset the lockscreen to the default configuration:
    Open a terminal and
    Code:
    sudo gainroot
    rm .config/sakya/QtLockscreen.ini
    killall qtlockscreen
    Updated to version 0.1.7; fixed the portrait problem.
    Please upgrade and report if it works

    Edit | Forward | Quote | Quick Reply | Thanks

    Last edited by sakya; 2011-08-12 at 08:52.
    The Following 2 Users Say Thank You to sakya For This Useful Post:
    F2thaK, TMavica

     
    TMavica | # 418 | 2011-08-12, 09:04 | Report

    @sakya
    yes, Fixed

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

     
    F2thaK | # 419 | 2011-08-12, 09:49 | Report

    I have version 0.1.7, but slidetounlock widget is not showing...

    my config


    Originally Posted by
    [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="Default"

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

    #Path to background image for Portrait (P) and Landscape (L)
    BackGroundImageP="/home/user/MyDocs/.images/bluehive2P.jpg"
    BackGroundImageL="/home/user/MyDocs/.images/bluehive2.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\3\Name="DateTime.DateTime"
    Widgets\4\Name="Battery.Battery"
    Widgets\6\Name="SlideToUnlockButton.SlideToUnlock"
    Widgets\14\Name="Notification.MissedCalls"
    Widgets\15\Name="Notification.UnreadSMS"
    Widgets\Size=5

    #Widgets
    # The [Name] must match the WidgetName defined in the Widgets list
    [DateTime]
    Alignment="center"
    PosL="center;0"
    PosP="center;0"
    SizeL="800;200"
    SizeP="800;200"
    DateFont=";40;normal;0"
    DateColor="255;255;255;255"
    TimeFont=";80;normal;0"
    TimeColor="255;255;255;255"
    TimeFormat="h:mm ap"
    DateFormat="dddd dd/MM/yyyy"

    [Battery]
    Images="/opt/qtlockscreen/default/battery_0.png;/opt/qtlockscreen/default/battery_1.png;/opt/qtlockscreen/default/battery_2.png;/opt/qtlockscreen/default/battery_3.png;/opt/qtlockscreen/default/battery_4.png;/opt/qtlockscreen/default/battery_5.png;/opt/qtlockscreen/default/battery_6.png"
    ChargingImage="/opt/qtlockscreen/default/battery_charging.png"
    PosL="700;15"
    PosP="405;10"
    PercentageFont=";12;normal;0"
    PercentageColor="0;0;0;255"

    [MissedCalls]
    Icon="/opt/qtlockscreen/default/call.png"
    Text="%1 missed calls"
    TextAlignment="bottom"
    PosL="224;250"
    PosP="center;360"
    SizeL="160;100"
    Type="call"
    Font=";14;normal;0"
    Color="255;255;255;255"

    [UnreadSMS]
    Icon="/opt/qtlockscreen/default/message.png"
    Text="%1 unread messages"
    TextAlignment="bottom"
    PosL="32;250"
    PosP="left;360"
    SizeL="160;100"
    Type="sms"
    Font=";14;normal;0"
    Color="255;255;255;255"

    [SlideToUnlock]
    SizeL="300;64"
    SizeP="300;64"
    PosL="center;410"
    PosP="center;730"
    #BackgroundImage="path to the widget's background image"
    SliderImage="/opt/qtlockscreen/default/unlock.png"
    SliderPos="0;0"
    UnlockXL=236
    UnlockXP=236
    #UnlockYL=0
    #UnlockYP=0

    Edit | Forward | Quote | Quick Reply | Thanks

     
    sakya | # 420 | 2011-08-12, 09:51 | Report

    I quote the comment from the config file:
    Code:
    # 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.
    So
    Code:
    Widgets\1\Name="DateTime.DateTime"
    Widgets\2\Name="Battery.Battery"
    Widgets\3\Name="SlideToUnlockButton.SlideToUnlock"
    Widgets\4\Name="Notification.MissedCalls"
    Widgets\5\Name="Notification.UnreadSMS"
    Widgets\Size=5

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

     
    Page 42 of 80 | Prev | 32   40     41   42   43     44   52 | Next | Last
vBulletin® Version 3.8.8
Normal Logout