Is prestige hd paid? The only one I can find with that name is $3.
Is prestige hd paid? The only one I can find with that name is $3.
Yes and WORTH EVERY PENNY!
Yes it is![]()
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!
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.
![]()
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.
Remove the bold red part
<?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>
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>
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>
<?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>
<?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)
Still nothing:
![]()
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.
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 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!