Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Status
Not open for further replies.
quick mod made in a couple minutes ...


lsfast.png





Icons from LiveOS by Bluemetal

What status bar icons are these (esp. the battery ones)?
 
Wirelessly posted (Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_3_1 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8G4 Safari/6533.18.5)



Good. I have Prestige as well and don't have that line chances are it's part of the lockscreen. If on 4.3.1 make 4 transparent files and name them BottomBarLock.png BottomBarLock@2x.png WellLock.png and WellLock@2x.png and ssh them to your prestige/Bundles/com.apple.TelephonyUI folder... Respring via Winterboard and see if that fix it

EDIT

Here's the download link for the 4 files listed above. Ssh to theme/Bundles/com.apple.TelephonyUI folder

Did you forget to add the download link? :p
 
Thanks for sharing your lockscreen, it looks good. I have a few questions though. Where can I modify the location? Also the colours for date and time text?


To change location:

var locale = "USCA0638" /*ITXX0042=Milan/UKXX0085=London/USNY0996=NYC/NLXX0016=The Hague/USCA0638=LA/USNV0049=Vegas/USCA0987=Frisco/FRXX0023=Cannes*/
var isCelsius = false
var useRealFeel = false

----------------------------------------------------------

To edit date/time color:

SPAN#clock
{
font-family: Helvetica;
font-weight: normal;
text-align: left;
color: #000000;
text-shadow: 0 0 0.2em rgba(0, 0, 0, 1);
font-size: 18px;
// opacity: 0.9;
// text-transform: uppercase;
}

SPAN#ampm
{
font-family: Helvetica;
text-align: center;
font-weight: normal;
color: #000000;
font-size: 12px;
text-shadow: 0 0 0.2em rgba(0, 0, 0, 1);
text-transform: uppercase;
letter-spacing: 0.2em;
}

TD#date
{
font-family: Helvetica;
font-weight: normal;
letter-spacing: 0.0em;
color: #000000;
text-shadow: 0 0 0.2em rgba(0, 0, 0, 1);
font-size: 16px;
// text-transform: uppercase;
// opacity: 0.9;
-webkit-transform: rotate(90deg);
}
 
Wirelessly posted (Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_3_1 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8G4 Safari/6533.18.5)

Shady Pioneer said:
Wirelessly posted (Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_3_1 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8G4 Safari/6533.18.5)



Good. I have Prestige as well and don't have that line chances are it's part of the lockscreen. If on 4.3.1 make 4 transparent files and name them BottomBarLock.png BottomBarLock@2x.png WellLock.png and WellLock@2x.png and ssh them to your prestige/Bundles/com.apple.TelephonyUI folder... Respring via Winterboard and see if that fix it

EDIT

Here's the download link for the 4 files listed above. Ssh to theme/Bundles/com.apple.TelephonyUI folder

Did you forget to add the download link? :p

Ha! My bad!!

http://cl.ly/5kZe
 
To change location:

var locale = "USCA0638" /*ITXX0042=Milan/UKXX0085=London/USNY0996=NYC/NLXX0016=The Hague/USCA0638=LA/USNV0049=Vegas/USCA0987=Frisco/FRXX0023=Cannes*/
var isCelsius = false
var useRealFeel = false

----------------------------------------------------------

To edit date/time color:

SPAN#clock
{
font-family: Helvetica;
font-weight: normal;
text-align: left;
color: #000000;
text-shadow: 0 0 0.2em rgba(0, 0, 0, 1);
font-size: 18px;
// opacity: 0.9;
// text-transform: uppercase;
}

SPAN#ampm
{
font-family: Helvetica;
text-align: center;
font-weight: normal;
color: #000000;
font-size: 12px;
text-shadow: 0 0 0.2em rgba(0, 0, 0, 1);
text-transform: uppercase;
letter-spacing: 0.2em;
}

TD#date
{
font-family: Helvetica;
font-weight: normal;
letter-spacing: 0.0em;
color: #000000;
text-shadow: 0 0 0.2em rgba(0, 0, 0, 1);
font-size: 16px;
// text-transform: uppercase;
// opacity: 0.9;
-webkit-transform: rotate(90deg);
}

Thanks supervixen. I guess I should have looked into the html. I was looking everywhere else.
 
ok, i've translated this 2

lsorange.png

Awesome LS.

Questions: how do I change the location, the time to 12 hours and how can I lower the location of the temps and the forecast a couple of pixels down?
 
Last edited:
Wirelessly posted (Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_3_1 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8G4 Safari/6533.18.5)



Good. I have Prestige as well and don't have that line chances are it's part of the lockscreen. If on 4.3.1 make 4 transparent files and name them BottomBarLock.png BottomBarLock@2x.png WellLock.png and WellLock@2x.png and ssh them to your prestige/Bundles/com.apple.TelephonyUI folder... Respring via Winterboard and see if that fix it

EDIT

Here's the download link for the 4 files listed above. Ssh to theme/Bundles/com.apple.TelephonyUI folder


Thanks for that link, man. That has gotten rid of the bar along the bottom. Much appreciated. :)
 
hey i tried this out, but im having trouble changing the weather location properly? also the days for the forecast at the bottom are still in spanish. i couldnt find where in the code i could change this. any ideas?

Open LockBackground.html and search for this line:
var titi = new Array("Dom","Lun","Mar","Mie","Jue","Vie","Sab");

By the way, i tried 3 different locations and everywhere is raining....but in fact doesn't according to www.accuweather.com.:confused::confused:
Something wrong is going on.Even the default .html with Oviedo,Spain gives wrong forecast.
 
Wirelessly posted (Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_3_1 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8G4 Safari/6533.18.5)

Shady Pioneer said:
Wirelessly posted (Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_3_1 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8G4 Safari/6533.18.5)



Good. I have Prestige as well and don't have that line chances are it's part of the lockscreen. If on 4.3.1 make 4 transparent files and name them BottomBarLock.png BottomBarLock@2x.png WellLock.png and WellLock@2x.png and ssh them to your prestige/Bundles/com.apple.TelephonyUI folder... Respring via Winterboard and see if that fix it

EDIT

Here's the download link for the 4 files listed above. Ssh to theme/Bundles/com.apple.TelephonyUI folder


Thanks for that link, man. That has gotten rid of the bar along the bottom. Much appreciated. :)

No problem! Glad it worked!
 
i posted this in another location but am yet to recieve a reply so:

i jus discovered glasklart yesterday and have spent all of today tweaking it and downloading app icons but i still cant make the inside of my folders transparent. as you can see by my screenshot. i want to maintain the border still but make the inside clear.

Can you post a link yet cause i cant find that post your talking about on macthemes

Also i saw in this link:
https://forums.macrumors.com/showthre...745&

in the sixth and seventh screenshot when xhita opens his folders (home) it opens to an entirely new page. Its very neat do you know how this works.

Cheers

p.s. if some one could tell me how i can dam PM on this forum would help significantly :S
 

Attachments

  • IMG_0549.PNG
    IMG_0549.PNG
    930.2 KB · Views: 89
Wirelessly posted (Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_3_1 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8G4 Safari/6533.18.5)

romeo1 said:
hey i tried this out, but im having trouble changing the weather location properly? also the days for the forecast at the bottom are still in spanish. i couldnt find where in the code i could change this. any ideas?

Open LockBackground.html and search for this line:
var titi = new Array("Dom","Lun","Mar","Mie","Jue","Vie","Sab");

By the way, i tried 3 different locations and everywhere is raining....but in fact doesn't according to www.accuweather.com.:confused::confused:
Something wrong is going on.Even the default .html with Oviedo,Spain gives wrong forecast.

Think it's a hiccup in the weather script. I'm gonna check it out and see here in a little while and see if I can fig it out
 
WOW... love it!!!

Instructions on what to download from cydia please for the lockscreen.

Thanks, and what slider would that be?

EDIT for the wordclock LS, same one schnedi is using at the top of the page.
 
Last edited:
Status
Not open for further replies.
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.