+ Reply
Results 1 to 3 of 3
  1. #1
    Green Apple
    Join Date
    May 2008
    Posts
    81
    Thanks
    25
    Thanked 5 Times in 4 Posts

    Question Question about plist editing

    I am using a theme in which the icons on my homescreen have no labels but I would like to have labels on the rest...This is the plist I am using. The only icons i need to have the labels transparent on are clock, calendar, weather, and notes. I'm sure there is any easy way of doing this but I am not sure how to single out just those icons. Here is my plist for my icons.


    <?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>UndockedIconLabelStyle</key>
    <string>color: transparent</string>
    <key>DockedIconLabelStyle</key>
    <string>color: transparent</string>
    <key>CalendarIconDayStyle</key>
    <string>font-size: 14px; font-variant: small-caps; font-weight: bold; text-transform: lowercase; font-family: Helvetica</string>

    </dict>
    </plist>

  2. #2
    What's Jailbreak?
    Join Date
    May 2008
    Posts
    25
    Thanks
    3
    Thanked 3 Times in 2 Posts

    Maybe some "cracks" in here figured a way out how to do it. But as far as i know there is no way yet to make specific icon names transparent or invisible... A possibility i could imagine is that you edit each icon that you make it a little "longer" and include the apps name into the icon, underneith the icon, next to the icon or wherever you want. It's the only way i could imagine how. But better wait for someone more experienced in plists.

    Sorry that i couldn't help you in a better way but i know how frustrating it is to not get any answer at all

    Good luck

  3. #3
    Green Apple PotatoHead's Avatar
    Join Date
    Mar 2009
    Location
    South Florida
    Posts
    39
    Thanks
    54
    Thanked 10 Times in 6 Posts

    The only way I know you could make those four icons have labels would be to put them in the dock and take off the transparent setting in the DockedIconLabelStyle.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts