impact
|
2012-01-07
, 10:49
|
Posts: 104 |
Thanked: 74 times |
Joined on Nov 2011
|
#61
|
The Following User Says Thank You to impact For This Useful Post: | ||
|
2012-01-07
, 14:14
|
Posts: 233 |
Thanked: 491 times |
Joined on Oct 2011
@ Sydney
|
#62
|
Anybody here knows where to find settings for changing the font ONLY for the standby clock not the entire system. I can't see the setting in "libsysuid-screenlock-nokia.css" ?
The Following 3 Users Say Thank You to MFaroTusino For This Useful Post: | ||
|
2012-01-07
, 15:03
|
Moderator |
Posts: 5,320 |
Thanked: 4,464 times |
Joined on Oct 2009
|
#63
|
The Following User Says Thank You to jalyst For This Useful Post: | ||
|
2012-01-07
, 16:46
|
|
Posts: 39 |
Thanked: 35 times |
Joined on Dec 2009
@ Hellsinki
|
#64
|
I think my script looks better now. If anybody is interested, I can release the code later
- I'm a woman and I can always change my mind!
The Following User Says Thank You to Naughty For This Useful Post: | ||
|
2012-01-07
, 17:05
|
|
Posts: 800 |
Thanked: 957 times |
Joined on Sep 2010
@ India
|
#65
|
Hey that's really clever. Is it fetching the quotes from some file or from the net?
I'd love this! Do you have these quotes somewhere in a file? I'd like to circle some of my own girly-nonsense on the screen ;P.
And the duration till it changes to a new quote? How about font type of the text, could that be a parameter on the script, or does it have to be system wide setting?
Would be great if someone smart and able could do one app, that could do all these modifications discussed in this thread!
|
2012-01-07
, 20:45
|
Posts: 104 |
Thanked: 74 times |
Joined on Nov 2011
|
#66
|
|
2012-01-08
, 00:00
|
Posts: 233 |
Thanked: 491 times |
Joined on Oct 2011
@ Sydney
|
#67
|
^ Wasn't this explained within the first few pages of the thread?
Anyway thanks for highlighting it again....
*edit*
Actually checking the google guide I think it was discussed here:
http://talk.maemo.org/showthread.php?t=78536
May have been earlier in this thread too, can't recall.
The Following User Says Thank You to MFaroTusino For This Useful Post: | ||
|
2012-01-08
, 18:21
|
|
Posts: 800 |
Thanked: 957 times |
Joined on Sep 2010
@ India
|
#68
|
The Following User Says Thank You to ejasmudar For This Useful Post: | ||
|
2012-01-10
, 19:23
|
Posts: 1,067 |
Thanked: 313 times |
Joined on Sep 2009
@ USA
|
#69
|
It's "/usr/share/fonts/nokia/Nokia\ Pure/proportional"
inside the folder, there are 3 font files "xxxxxxx-Bold xxxxxxx-light xxxxxxxxxx-regular"
after u download the Ostrich zip files, pick whatever 3 fonts you want, and rename it to the exact file name inside of Pure/proportional.
My method is to SSH into N9 and copy the original and delete them inside WINSCP and replace it with Ostrich. (I believe just to overwrite them will do the trick as well)
Finally reboot your machine, if standby screen/lock screen hasn't been applied, you have to SSH into N9 to change standby, lock screen fonts type within a certain .css file. but that's just in my case though, since I have two fonts type in my system, Chinese and English.
cp /usr/share/fonts/nokia/Nokia Pure/proportional /home/user/MyDocs/fonts/original cp /home/user/MyDocs/fonts/new/* /usr/share/fonts/nokia/Nokia Pure/proportional/
cp: can't stat '/usr/share/fonts/nokia/Nokia;:
No such file or directory
|
2012-01-13
, 08:23
|
Posts: 135 |
Thanked: 158 times |
Joined on Sep 2009
@ Germany
|
#70
|
I have a question..
I don't have a Operator logo in my phone, how I can add a small pic to this section ?
Or how you added this image to lockscreen ? Can you share your file ?Code:LockScreen MImageWidgetStyle#LockScreenLowPowerModeOperatorLogo { padding-top: 0; padding-bottom: 0; padding-left: 0; padding-right: 0; margin-top: 6mm; margin-bottom: 0; margin-left: 0; margin-right: 0; maximum-size: 12mm 12mm; }
Thanks
LockScreen MImageWidgetStyle#LockScreenLowPowerModeOperatorLo go {
padding-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
margin-top: 6mm;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
maximum-size: 45mm 45mm;
minimum-size: 45mm 45mm;