![]() |
2012-04-18
, 18:47
|
Posts: 617 |
Thanked: 338 times |
Joined on Mar 2011
|
#102
|
In the file, there is a section for the LPM clock. it will say LockScreen MLabelStyle#LockScreenLowPowerModeClockLabel
Under that there is a heading font: $FONT_FAMILY etc. go to /home/user/.fonts (if not exist, create).
Install system info app (from store) and go to config. > fonts to idnetify proper font name.
Then in css replace font_family etc for "font name" (with inverted commas)
eg.
font: "Ostrich Sans" 10mm;
![]() |
2012-04-18
, 19:14
|
Posts: 77 |
Thanked: 50 times |
Joined on Mar 2012
@ United Kingdom
|
#103
|
Thanks. The quotes are pulled randomly from a text file. Each line is a seperate quote in that file. Pulling quotes from the net would also be possible I suppose...
Like I said, the quotes are from a file. You can use your own quote file.
Most of the things are configurable, like duration (mine is set to 10 minutes), font, colour, size, etc. I will [announce] a proper cleaned up script on Monday or so.
Initially it wont be packaged as I'm not familiar with deb packaging for meego. But I will package it as a deb later on and i'll also try to provide a configuration app.
I am also working on another script to show the date and battery charge on the lockscreen. I will post here the updates.
![]() |
2012-04-20
, 06:07
|
Posts: 109 |
Thanked: 62 times |
Joined on Mar 2012
|
#104
|
The Following User Says Thank You to Fallenzone For This Useful Post: | ||
![]() |
2012-04-29
, 17:58
|
Posts: 20 |
Thanked: 1 time |
Joined on Apr 2012
|
#105
|
![]() |
2012-04-29
, 18:37
|
Posts: 109 |
Thanked: 62 times |
Joined on Mar 2012
|
#106
|
I wanna remove the whole clock in lockscreen i deleted almost everything from that .css what is related to it or what I can call related, but nothing happens clock and date still there, what I'm duin wrong?
at line 89 : time-format: "%R";
time-format: " ";
![]() |
2012-04-29
, 18:51
|
Posts: 20 |
Thanked: 1 time |
Joined on Apr 2012
|
#107
|
![]() |
2012-04-29
, 19:04
|
Posts: 109 |
Thanked: 62 times |
Joined on Mar 2012
|
#108
|
cp home/user/MyDocs/libsysuid-screenlock-nokia.css usr/share/themes/base/meegotouch/libsysuid-screenlock-nokia/style/
![]() |
2012-04-29
, 19:07
|
Posts: 20 |
Thanked: 1 time |
Joined on Apr 2012
|
#109
|
LockScreen MLabelStyle#LockScreenLowPowerModeClockLabel {
font: $FONT_FAMILY_LIGHT 10mm;
color: #00FFFF;
have a search around in the forum for more info...