Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Thanks for the lockscreen/wallpaper, I'm satisfy with mine for now. :)
 

Attachments

  • IMG_0504[1].PNG
    IMG_0504[1].PNG
    1.1 MB · Views: 154
I've been playing around a little bit with the widgets on the lock screen and the home screen.

2sacf8k.jpg


awar8k.jpg
 
Lockscreen to Homescreen



Still playing :)

Hey Lex...I've been looking through this forum forever so that I wouldn't be making you repost- but did you ever post this homescreen widget? I know we all keep asking you to post your stuff...but man, it's legendary!
 
Hey Lex...I've been looking through this forum forever so that I wouldn't be making you repost- but did you ever post this homescreen widget? I know we all keep asking you to post your stuff...but man, it's legendary!

Really? Go back a page or two man.
 
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

what theme is that to get the grey solid icons on the bottom of your SB? Also, what theme is the one with the text for the icon... the one that spells the app out (phone, text, web, email)
 
I've got an info.plist that removes all icon labels, does someone have one to remove just docked icon labels? Thanks
 
<key>DockedIconLabelStyle</key>
<string>color: white; opacity: 0</string>

Thanks, I added that to the plist, but all my labels went away, not just the docked icon labels:

<key>UndockedIconLabelStyle</key>
<string>margin-top:0px; font-family: Helvetica; font-size: 10px; color: #a1a098; text-shadow: #000000 0px -1px 0px 0.6;</string>

<key>DockedIconLabelStyle</key>
<string>margin-top:5px; font-family: Helvetica; font-size: 10px; color: white; opacity: 0; text-shadow: #000000 0px 1px 0px 0.6;</string>
</dict>
</plist>

The red is all I changed.
 
Thanks, I added that to the plist, but all my labels went away, not just the docked icon labels:

<key>UndockedIconLabelStyle</key>
<string>margin-top:0px; font-family: Helvetica; font-size: 10px; color: #a1a098; text-shadow: #000000 0px -1px 0px 0.6;</string>


<key>DockedIconLabelStyle</key>
<string>margin-top:5px; font-family: Helvetica; font-size: 10px; color: white; opacity: 0; text-shadow: #000000 0px 1px 0px 0.6;</string>
</dict>
</plist>

The red is all I changed.

Remove the bold red part
 
Wirelessly posted (Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_2_1 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8C148 Safari/6533.18.5)

Lexs. Loving that for the homescreen even better!!! Great work
 
Remove the bold red part

Thanks, but still no labels anywhere, this is now my entire info.plist
Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>CFBundleShortVersionString</key>
	<string>1.00</string>
	<key>CalendarIconDayStyle</key>
	<string>margin-top:6px;margin-left:1px;width:57px;font-size: 8px;text-align:center;text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4)</string>
	
	<key>CalendarIconDateStyle</key>
	<string>width:60px;height:60px;position:absolute;font-size: 28px;top:14px;left:1px;text-align:center;</string>
	
	<key>DockedIconLabelStyle</key>
	<string>margin-top:5px; font-family: Helvetica; font-size: 10px; color: white; opacity: 0; text-shadow: #000000 0px 1px 0px 0.6;</string>
	</dict>
</plist>
 
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)

taiyou said:
I've got an info.plist that removes all icon labels, does someone have one to remove just docked icon labels? Thanks

<key>DockedIconLabelStyle</key>
<string>color: white; opacity: 0</string>

Replace it with color:transparent;
 
Thanks, but still no labels anywhere, this is now my entire info.plist
Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>CFBundleShortVersionString</key>
	<string>1.00</string>
	<key>CalendarIconDayStyle</key>
	<string>margin-top:6px;margin-left:1px;width:57px;font-size: 8px;text-align:center;text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4)</string>
	
	<key>CalendarIconDateStyle</key>
	<string>width:60px;height:60px;position:absolute;font-size: 28px;top:14px;left:1px;text-align:center;</string>
	
	<key>DockedIconLabelStyle</key>
	<string>margin-top:5px; font-family: Helvetica; font-size: 10px; color: white; opacity: 0; text-shadow: #000000 0px 1px 0px 0.6;</string>
	</dict>
</plist>

paste this:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	
	<key>CalendarIconDateStyle</key>
	<string> color: black; font-size: 32px; position: absolute; top: 2px; left: 0px;</string>
	<key>CalendarIconDayStyle</key>
	<string> color: white; font-size: 8px; position:absolute;
	margin-left: 0px; margin-top: 4px;</string>
	<key>DockedIconLabelStyle</key>
	<string>color: white; opacity: 0</string>
</dict>
</plist>
 
paste this:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	
	<key>CalendarIconDateStyle</key>
	<string> color: black; font-size: 32px; position: absolute; top: 2px; left: 0px;</string>
	<key>CalendarIconDayStyle</key>
	<string> color: white; font-size: 8px; position:absolute;
	margin-left: 0px; margin-top: 4px;</string>
	<key>DockedIconLabelStyle</key>
	<string>color: white; opacity: 0</string>
</dict>
</plist>

Still nothing:

a953687c.jpg


Entire info.plist:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	
	<key>CalendarIconDateStyle</key>
	<string> color: black; font-size: 32px; position: absolute; top: 2px; left: 0px;</string>
	<key>CalendarIconDayStyle</key>
	<string> color: white; font-size: 8px; position:absolute;
	margin-left: 0px; margin-top: 4px;</string>
	<key>DockedIconLabelStyle</key>
	<string>color: white; opacity: 0</string>
</dict>
</plist>
 
what theme is that to get the grey solid icons on the bottom of your SB? Also, what theme is the one with the text for the icon... the one that spells the app out (phone, text, web, email)

The icons are from the theme "fiftyfootshadows" available on MacThemes. In this screen shot, I'm not using the entire theme, just the icons. The full theme has rotating wallpaper and a status bar at the bottom that includes the date, weather, and moon phase. It's a very cool theme!

And as far as the icons that are text, there are TONS of those types of themes over on dBar and a few that I've seen on MacThemes. Also, I'm assuming you're talking about text icons as in the phone icon says "phone" and the sms icon says "text", etc? If so, yeah, there are a bunch of those on dBar and MacThemes.

Cheers! :D
 

Hey, awesome work you do! I'd like to talk to you in private. I've tried looking for a PM system but I guess there's none here? Or maybe I'm just blind! Anyway, send me an email at deckedesigns:at:gmail:dot:com if you'd like to know more, thanks!
 
Still nothing:

a953687c.jpg


Entire info.plist:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	
	<key>CalendarIconDateStyle</key>
	<string> color: black; font-size: 32px; position: absolute; top: 2px; left: 0px;</string>
	<key>CalendarIconDayStyle</key>
	<string> color: white; font-size: 8px; position:absolute;
	margin-left: 0px; margin-top: 4px;</string>
	<key>DockedIconLabelStyle</key>
	<string>color: white; opacity: 0</string>
</dict>
</plist>

Do you have any other .plist in any activated theme? I use my .plist as a separate theme to remove the dock icons label.
 
Do you have any other .plist in any activated theme? I use my .plist as a separate theme to remove the dock icons label.

I don't see one, and I just made the info.plist its own theme folder, moved it to the top of Winterboard, and still no labels.
 
I'm so in love with this Lockscreen. I'm new to this forum, so I'm kind of behind...is there any way you can post this? Or even DM it to me? It's beautiful!

Hey surlygrl .. i posted a question about this exact same widget not too far back - should be no more than a few pages ago (i am at work at moment and cant look:( )... i dwnlded this and have done all my usual amendments re location etc but keep on getting the big question mark .... i havent seen anyone post a solution yet ... i think the dwnld link is in the quote part of my post..

i wont be home til very late tonight, but if you can't locate it, i will search for my post in a day or two ...

hope that helps you track it down :)

regards
A|T

ps when i quote a post, how come the pix dont show up ... is that my error or a board policy???
 
Hey Lex...I've been looking through this forum forever so that I wouldn't be making you repost- but did you ever post this homescreen widget? I know we all keep asking you to post your stuff...but man, it's legendary!

No I never posted the homescreen of this just the Lockscreen
Working on a couple of other things at the moment will look to see if
I still have it :)
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.