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.
+Full view+
16aocg2.png
 
I'm learning PS, post the wallpaper you want to use and I will try to add the overlay for you. It should be easy.

My fiance and I tinkered with it and we decided the circles just don't work well this this wallpaper.
He helped me create this though. i'm looking to put the date, time and weather. So many LS themes out there.





for example:
 
Last edited:
Does anyone here have a calendar widget for your SB that goes vertically? Sorry i don't know where to look.
 
I have no idea myself. I'm actually trying to figure that out myself :eek: I looked in the date.js and didn't see anything so it has to be buried in some other file.

I found the date location in the clock.css file and fiddled with the code. Just add the highlighted line of info and it should center the date. I have no idea how I did this since I'm not a dev and can't guarantee it will stay there when August comes around...:D
 

Attachments

  • date.png
    date.png
    46.8 KB · Views: 72
My fiance and I tinkered with it and we decided the circles just don't work well this this wallpaper.
He helped me create this though. i'm looking to put the date, time and weather. So many LS themes out there.

[url=http://img220.imageshack.us/img220/6171/dotspinkblue.png]Image[/URL]

[url=http://img16.imageshack.us/img16/9813/iphone4foxcopy.png]Image[/URL]

for example:
[url=http://img685.imageshack.us/img685/3657/328063f5d8304b38b32083a.jpg]Image[/URL]

I have the theme in your last screenshot, but I can't find it. Whats the name? Or do you have a link? To get your wallpaper in it, you probably just need to replace wallpaper.png or something in the theme folder. If you get me a link to the theme, and your wallpaper in a higher res preferably, I'll mess around with it.

I found that Lockscreen, Asymmetric HD. Just replace the file named BG.jpg with your wallpaper:

ba4581f0.jpg


I'm not good enough to add the weather, but I think this would look cool with the weather added in the same format as the time and date, maybe just below the date. What I would do is make a larger box above the time. Move the time and date up, making each a little larger, and put the weather where the date is now. Just words for the weather, "Fair" "Sunny" "Rainy", and the temp. Now if one of the experts here is bored.... ;).
 
Last edited:
I have the theme in your last screenshot, but I can't find it. Whats the name? Or do you have a link? To get your wallpaper in it, you probably just need to replace wallpaper.png or something in the theme folder. If you get me a link to the theme, and your wallpaper in a higher res preferably, I'll mess around with it.

I found that Lockscreen, Asymmetric HD. Just replace the file named BG.jpg with your wallpaper:

Image

I'm not good enough to add the weather, but I think this would look cool with the weather added in the same format as the time and date, maybe just below the date. What I would do is make a larger box above the time. Move the time and date up, making each a little larger, and put the weather where the date is now. Just words for the weather, "Fair" "Sunny" "Rainy", and the temp. Now if one of the experts here is bored.... ;).


Thanks for the work. I'm gonna try to figure this out. the only part I want to use is the clock and date part. I don't want to use the slide to unlock bar or anything else because I have move2unlock which I love. I'm playing around with dreamweaver right now trying how to figure out how to change the font color on this widget....

 
I'm playing around with dreamweaver right now trying how to figure out how to change the font color on this widget....

[url=http://img402.imageshack.us/img402/1526/weby.png]Image[/URL]

You should be able to just edit the html file, I use TextWrangler. Something like this in the html file:

Code:
	#weekday{

		opacity: 0.7;

		position: absolute;

		top: 45px;

		left: 80px;
		
		color: #fff;
		
		text-shadow: 0px 2px 2px #000;

		font-size: 28pt;

		font-weight: 400;

	}

You will have to change each element separately most likely.
 
Schnedi, is there an easy way to put a slider in place of the touch to unlock phone?

Replace the files in com.apple.telephony, or create a slider theme and place it above this lockscreen in Winterboard. Something like this:

http://marique.deviantart.com/art/iPhone-Sliders-119331825

Edit: I think I had it wrong before, I think I have the right location now. Sorry. I would download the theme in the link I posted and check out the files and locations.
 
Awesome! thank you

Download and check out the theme I posted above, I think I gave you the wrong info the first time.

I'm not a fan of the Tap To Unlock, so I always just have a slide to unlock theme in Winterboard to place above my lockscreen.
 
Download and check out the theme I posted above, I think I gave you the wrong info the first time.

I'm not a fan of the Tap To Unlock, so I always just have a slide to unlock theme in Winterboard to place above my lockscreen.

Ok cool..checking now. Thx again
 
Download and check out the theme I posted above, I think I gave you the wrong info the first time.

I'm not a fan of the Tap To Unlock, so I always just have a slide to unlock theme in Winterboard to place above my lockscreen.

I do this as well--usually with my favorite Ring Slider, but I also have a Clear Slider theme (all blank pngs) that I'll put above any tap to unlock Lockscreen in WB. I like the look of the tap ones, but I really like not being able to accidentally unlock my phone and pocket dial someone a lot more. LOL
 
I like the look of the tap ones, but I really like not being able to accidentally unlock my phone and pocket dial someone a lot more. LOL

Same here:cool:. Have you noticed what CameraLock does to the Tap To Unlock? It disables the Tap, and the Tap "icon" shifts to the left when you slide to the right. Its strange, but I like it. Not sure what causes it though. And not sure if it does this to everybody.
 
You should be able to just edit the html file, I use TextWrangler. Something like this in the html file:

Code:
	#weekday{

		opacity: 0.7;

		position: absolute;

		top: 45px;

		left: 80px;
		
		color: #fff;
		
		text-shadow: 0px 2px 2px #000;

		font-size: 28pt;

		font-weight: 400;

	}

You will have to change each element separately most likely.

why thank you. I figured it out though. =) I have iFile and it makes editing easy. I just like how dreamweaver allows you to view what your editing. the font is hard to see still...I wonder if I should have the widget on top.... and I can't get rid of the dock labels.

 
Last edited:
Status
Not open for further replies.
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.