Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
In your LockBackground.html, look for function calendarDate. Make sure that this line looks like this..

Code:
document.getElementById("calendar").firstChild.nodeValue = this_month_name_array[this_month] + "/" + this_date_name_array[this_date] + "/" + this_year//concat long date string

and not like this…

Code:
document.getElementById("calendar").firstChild.nodeValue = this_date_name_array[this_date] + "/" + this_month_name_array[this_month] + "/" + this_year//concat long date string

To center the weather, go to Private/Stylesheets/mini.css and change the position on temp and weatherIcon. I don't have the city showing in the screenshot, so if you do have your city showing, you'll have to change that too. Here's how I have my positioning set…

Code:
#temp{

	position: absolute; top:188px; right: 0px; down: 0px; left: 113px; width: 256px; height: 481px;

	font-family: Neutraface;
	font-weight: bold;
	
	color:#tan;
	text-shadow:#a1a1a1 0px 1px 1.5px; 

	font-size: 60px;

	text-transform: uppercase;
	opacity: 0.4;
	
#weatherIcon{

	margin-top:0px; 

	position: absolute; top: 220px; right: 0px; down: 0px; left: 159px; width: 320px; height: 461px;

	height:60;

	width:60;

Any further questions, please ask them in this thread…https://forums.macrumors.com/threads/1062491/

Thanks for the help! Appreciate it :)
 
ngye1f.png

LEXS, you may have missed this question earlier because it was all jumbled in with the Kruse widget discussion, but how can I make this LS a 12-hour clock? I've looked through the code and it seems a bit different from your usual code and I can't find the line the remove or add the "//" as per usual.

Thanks! :D
 
changed my homscreen around again. think I finally found an sms icon to go with my dock.

2ce6jk0.png

any chance of getting a link to this two widgets that puts the time in words across the homepage just above the dock area with the date string below the words ...

i think there are two versions ... one with the words above the date string ... and another with just the string of dates across the bottom of the screen just above the dock ...

i thought that there was a link to it a few pages back - i thought i saw it thursday or friday night ... i went back as far as pg 178 but can't seem to find it - and my eyes are just about falling out of my head from looking at all these beautiful screens :( ...

boy, this thread moves fast .... :)

regards
A|T
 
Wirelessly posted (Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_1 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8B117 Safari/6531.22.7)

LEXS1411 said:
tems said:
How can I have no dock on my sb like yours? And could you post your wallpaper please?

What I do is create a Transparent Dock and name it SBDockBG@2x.png and place in com.apple.springboard remove Dock Mask which will gives you the reflection.
or
I believe there is something on cydia called Dock remove or something like that

SNAP Jason

Thanks re widget at the moment can only get it to work with wallpaper (3g size) have tried all kind of ways

Is this the sarephen(?) widget? I still have it however I'm still on 3gs til April (or june/July depending what new iPhone is) so I can try w/ HD and will I be able to test to see if it'll work?

ON ANOTHER NOTE TO EVERYONE:

Anyone know how to chane the background of the call screen on 4.1(and call screen only)?

4da0d48d.jpg
 
any chance of getting a link to this two widgets that puts the time in words across the homepage just above the dock area with the date string below the words ...

i think there are two versions ... one with the words above the date string ... and another with just the string of dates across the bottom of the screen just above the dock ...

i thought that there was a link to it a few pages back - i thought i saw it thursday or friday night ... i went back as far as pg 178 but can't seem to find it - and my eyes are just about falling out of my head from looking at all these beautiful screens :( ...

boy, this thread moves fast .... :)

regards
A|T

Haha, you're right, this thread does move fast, doesn't it? I've gotten to where, if I'm at work and see something I like, I'll download the package to my Dropbox account (which is linked to my phone and home laptop), so I can easily find the package later.

Anyway, the word clock and Kruse widget you're looking for is in this post. When you install them, you'll notice the word clock is originally at the top of the screen. It's just a matter of changing the position in the Wallpaper.html file to move the clock down.

https://forums.macrumors.com/posts/12054383/

To make it easier for you, here's the downloads of how I have them set up, with the clock already moved down on the screen and the "F" for Fahrenheit in the temp already fixed. I'm still using 4.0, so I can still set my wallpaper from the photo roll, but if you're on 4.2.1, you'll have to change that line of code back so you can put the wallpaper you want in the individual theme's folder.

Kruse corner widget: http://www.mediafire.com/?di83an8ic1301uf

SB Word Clock: http://www.mediafire.com/?001d47gdw3j4k26

This is what my springboard looks like with the two activated. Make sure you hang the Kruse widget above the word clock widget in Winterboard.

d4c2c88e.png
 
Here's mine, pretty plain
 

Attachments

  • ImageUploadedByTapatalk1299433839.130852.jpg
    ImageUploadedByTapatalk1299433839.130852.jpg
    40.1 KB · Views: 99
Jailbreak noob

Hi guys,
I've recently jailbroken my iPhone for the very first and can now see what I have been missing out on! I've been looking through this thread and am in awe of some the layouts you lot achieve!
I've seen quite a few have the same sort of layout, with the time and date displayed on the lockscreens and also on the homescreens, how would I go about achieving this look, is it a theme something I can search for in Cydia?
 
Thanks for all the great stuff here, I've got lots of great ideas from lots of people. Love the stuff from LEXS.

I've got a couple questions. One, how do I move the Date/Time down just slightly in this widget, just to center it between the dock icons and springboard icons a little bit.

Also, not sure what I did, but I can't seem to remove icon labels. I can get them black or white, but No Docked Icon Labels and No Undocked Icon Labels won't remove them. Depending on what theme I was using they wouldn't show up, but now they seem to stay no matter what. Any ideas?

photo.png
 
Sorry if this has been covered—I couldn't find it in my searches. When using LEXS' Lockinfo theme (with just the icons/badges) is it possible to theme JUST the lock screen, but still have Infoshade appear as normal?

Thanks in advance!
 
Thanks for all the great stuff here, I've got lots of great ideas from lots of people. Love the stuff from LEXS.

I've got a couple questions. One, how do I move the Date/Time down just slightly in this widget, just to center it between the dock icons and springboard icons a little bit.

Also, not sure what I did, but I can't seem to remove icon labels. I can get them black or white, but No Docked Icon Labels and No Undocked Icon Labels won't remove them. Depending on what theme I was using they wouldn't show up, but now they seem to stay no matter what. Any ideas?

photo.png

To move the clock and cal widget you need to edit the Widget.html
open with Text wrangler/NotePad or what ever you use

Scroll down to

<table style="position: absolute;top: 273px; left: 0px; width: 320px; height: 461px;z-index: 12">

<tr valign="top" style="text-align: left" border="0" cellpadding="0">

<td height="12" valign="top" margin-right="0">

<span id="clock">


Where it says absolute;top: 273px change to say 385px

For the Cal part go to (in Widget.html)

.CalendarWidget

{

text-align:center;margin-left:0px;margin-top:0px; width: 320px; height: 480px;

position: absolute; top: 324px; right: 0px; down: 0px; left: 0px;

Where it has top 324px change to say 340px

You may have to play around with the no untill you get it how you want it
 
Hey Lexs, how can I make this move down to as low as it can go. Basically where the slider normally is? Thanks for all your help!

Same as above If you are using it for your Lockscreen Edit Lockbackground.html
Hope that helps
 
Last edited:
To move the clock and cal widget you need to edit the Widget.html
open with Text wrangler/NotePad or what ever you use

Scroll down to

<table style="position: absolute;top: 273px; left: 0px; width: 320px; height: 461px;z-index: 12">

<tr valign="top" style="text-align: left" border="0" cellpadding="0">

<td height="12" valign="top" margin-right="0">

<span id="clock">


Where it says absolute;top: 273px change to say 385px

For the Cal part go to (in Widget.html)

.CalendarWidget

{

text-align:center;margin-left:0px;margin-top:0px; width: 320px; height: 480px;

position: absolute; top: 324px; right: 0px; down: 0px; left: 0px;

Where it has top 324px change to say 340px

You may have to play around with the no untill you get it how you want it

Thank you
 
Was not sure re your question on icon/dock labels

Do you have a Info plist in your theme if so you can make changes to it
and have no dock labels showing and have what ever colour you want
for the undocked icons or none showing if that is what you want.
 
Was not sure re your question on icon/dock labels

Do you have a Info plist in your theme if so you can make changes to it
and have no dock labels showing and have what ever colour you want
for the undocked icons or none showing if that is what you want.

The theme I have active does not have an info.plist(I think), its not under the main theme directory.

As you can see i the pic I posted, the labels are there, just kind of dark and hard to see. It used to work to select no docked(or undocked) icon labels in winterboard, place it at the top, and I would get none at all. Now the labels are either dark or white, I can't completely remove them.
 
It is a mixture of Tetra/Advent/Mojo and others you can find most of them at MacThemes I have also posted a widget plus icons download 10/20 pages back if that helps you.

Latest Widget

ev292c.png

OMG LEXS! This widget is awesome! As always, may we have this beautiful widget when possible? Loving the work!
 
The dock/undock label in winterboard no longer work on 4.2
The way you have your theme set up Icons close together there would be very little room to have icon labels I can post a info plist for you
which will remove the dock/undock labels if you want
You just place it in your theme
 
The dock/undock label in winterboard no longer work on 4.2
The way you have your theme set up Icons close together there would be very little room to have icon labels I can post a info plist for you
which will remove the dock/undock labels if you want
You just place it in your theme

OK, I didn't know it didn't work anymore, if you have an info.plist that would remove the labels for docked and undocked icons that would be great. Thanks for the help.

Edit: I actually took the info.plist from another theme, and it worked to remove the labels, thanks again.
 
What I do is create a Transparent Dock and name it SBDockBG@2x.png and place in com.apple.springboard remove Dock Mask which will gives you the reflection.
or
I believe there is something on cydia called Dock remove or something like that

SNAP Jason

Thanks re widget at the moment can only get it to work with wallpaper (3g size) have tried all kind of ways

Thanks LEXS, Fantasigraphic and crampinator for the tip, now figure out how i can create a transparant dock :confused: but i will check out cydia first....
Euhmm Lexs, what about the wallpaper?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.