Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Here's an update on my theme of the Tar Heels.

New Dock
New App Badges
Background
Clear status bar
New carrier logo
Scrabble icon
Boxcar icon
BiteSMS icon
Twitterific Premium icon

And I added the Tar Heels logo to the mail icon.
 

Attachments

  • Tar Heels Theme 2.PNG
    Tar Heels Theme 2.PNG
    688.9 KB · Views: 91
Here's an update on my theme of the Tar Heels.

New Dock
New App Badges
Background
Clear status bar
New carrier logo
Scrabble icon
Boxcar icon
BiteSMS icon
Twitterific Premium icon

And I added the Tar Heels logo to the mail icon.

Looking good! Mind sharing your bitesms icon?
 
Thanks! After consideration, I really hate that Scrabble icon. I really do. I've changed it already.

Here's the biteSMS icon. Credit to the maker, I just "borrowed" it.
:D
 

Attachments

  • bitesmsalt12.png
    bitesmsalt12.png
    7.6 KB · Views: 3,355
Shh, don't tell anyone.

Also, here's two good Scrabble icons:
:)
 

Attachments

  • icon@2x.png
    icon@2x.png
    33.6 KB · Views: 1,927
  • icon@2x_alt.png
    icon@2x_alt.png
    24.8 KB · Views: 1,913
Is there an application that allows me to hide the names of icons? I'm hoping for some way to neglect the effects of having a 4x5 layout through iconoclasm.
 

Attachments

  • IMG_0544[1].PNG
    IMG_0544[1].PNG
    905.4 KB · Views: 74
Is there an application that allows me to hide the names of icons? I'm hoping for some way to neglect the effects of having a 4x5 layout through iconoclasm.

If you have a info plist in the Theme when open with Text edit or Textwrangler
it may look like this

<key>DockedIconLabelStyle</key>
<string>color: transparent; text-shadow: transparent 0px 1px 0px;</string>
<key>UndockedIconLabelStyle</key>
<string>color: transparent; text-shadow: transparent 0px 1px 0px;</string>
</dict>
</plist>

What this is saying DockIcons transparent and UnDocked Icons transparent so
the names on both will not show

Where you have the color just change to transparent
 
Last edited:
If you have a info plist in the Theme when open with Text edit or Textwrangler
it may look like this

<key>DockedIconLabelStyle</key>
<string>color: transparent; text-shadow: transparent 0px 1px 0px;</string>
<key>UndockedIconLabelStyle</key>
<string>color: transparent; text-shadow: transparent 0px 1px 0px;</string>
</dict>
</plist>

What this is saying DockIcons transparent and UnDocked Icons transparent so
the names on both will not show

Where you have the color just change to transparent

Does undock icons refers to every icon outside of the 4 which are in the dock? Is there a way for me to only hide names of icons that are in folders? I can't edit it using notepad. :( I'm using the mixed date weather theme theme you created.
 
Last edited:
Does undock icons refers to every icon outside of the 4 which are in the dock?

Yes that is correct

Answer to your other question Undocked transparent will hide both all in folders and on springboard

Hiding only icons in folder if there is I do not know how that is done

Try using Texwrangler that edit and works on all most anything
 
Last edited:
Yes that is correct

Answer to your other question Undocked transparent will hide both all in folders and on springboard

Hiding only icons in folder if there is I do not know how that is done

Try using Texwrangler that edit and works on all most anything

Cool thanks! Got it done! Is there any way to move down the widget slightly so that the the last row of my applications wouldn't be blocking out parts of it.

img0543.png
 
Cool thanks! Got it done! Is there any way to move down the widget slightly so that the the last row of my applications wouldn't be blocking out parts of it.

img0543.png

Yes Edit widget html scroll down to this

<base href="Widgets/"/>

Below you will see

<table style="position: absolute;top: 310px; left: -70px; width: 320px; height: 461px;align: right; opacity: 0.9;">



<tr align="center" valign="top" border="0" cellpadding="0">



<td height="12" valign="top" margin-left="20" >



<span id="clock">

This part moves the clock where it says top: 310px; replace with say 320px;

Go further down and you will see all the others for pm ,min,year change each
top by 10px like you have done for the clock

The Calendar go to Widgets/Calendar/stylesheets and edit calendarSB.css the only thing you need to change

.CalendarWidget /* Calendar Position */
{
text-align:center;margin-left:-1px;margin-top:0px; width: 320px; height: 480px;
position: absolute; top: 75px; right: 0px; down: 0px; left: -7px;
background: url(../Backgrounds/DefaultSB.png) no-repeat;


Mine shows top 75px because I have changed it for a different Theme

Yours should say something like 365 increase by 10px

You may have to play around to get it all to your liking

To change weather Temp weather icon and city

Edit Private/Stylesheets mini.css

for example
#city{ /* Weather City Position */
position: absolute; top: 461px; right: px; down: 0px; left: -2px; width: 320px; h

Change the 461 to say 471

See what you can do any problems get back to me
 
Last edited:
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.