+ Reply
Results 1 to 9 of 9
  1. #1
    iPhoneaholic
    Join Date
    Oct 2007
    Posts
    302
    Thanks
    8
    Thanked 28 Times in 17 Posts

    Default Move status bar icons...possible?

    Is it possible to move the icons on the status bar? I want to move my 3G and Wifi icons over to the far rigth of the status bar, next to the battery icon. Is this spossible?

  2. #2
    iPhone? More like MyPhone
    Join Date
    Dec 2007
    Location
    Chicago, IL
    Posts
    259
    Thanks
    10
    Thanked 35 Times in 16 Posts

    Like the G1's Android OS? Is that what you're going for?
    Because that's what I was trying to do.
    And don't know of a method.
    Can someone that does know a way, please share

  3. #3
    iPhoneaholic netuser's Avatar
    Join Date
    Nov 2007
    Location
    Paradise
    Posts
    336
    Thanks
    19
    Thanked 18 Times in 18 Posts

    onlyway i know to do is to create a larger carrier logo and it will push yur wifi cions to the end of your carrier logo size image

  4. #4
    iPhoneaholic
    Join Date
    Oct 2007
    Posts
    302
    Thanks
    8
    Thanked 28 Times in 17 Posts

    That is actually what I have now is a large carrier logo and it does push it wife logo over, but then it cuts off the loading icon, and almost overlaps the wifi/3G logo with the time. I ended up just cutting off half of my carrier logo so they dont' overlap or cut off the loading icon. Guess I'll just have to live with that until I find a way.

  5. #5
    Livin the iPhone Life CaptainChaos's Avatar
    Join Date
    Sep 2008
    Location
    In a van down by the river
    Posts
    4,831
    Thanks
    551
    Thanked 515 Times in 427 Posts

    There seems to be a way. My time icon has been moved to the right in a theme I am using. So there should be a way to move everything over there.

  6. #6
    dsg
    dsg is offline
    My iPhone is a Part of Me dsg's Avatar
    Join Date
    Jul 2008
    Posts
    668
    Thanks
    265
    Thanked 95 Times in 79 Posts

    You make a info.plist and put it in your theme folder or edit the one that is there with the info below you can also do other stuff like changing font colour

    Info.plist editing

    This is a totally new feature implemented only in WinterBoard. You can edit many things in here, including the location and colour of the status bar clock, the same for the calendar icons day and date, colour of the icon labels, both docked and undocked, and some more. To make an Info.plist, make a text file called Info, and change the extension to .plist. Put this at the beginning of the text file:

    Code:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0"><dict>

    After that line, press tab before typing anything else. To move the time far to the right, near the battery, or change the colour, type this:

    Code:
    <key>TimeStyle</key>
    <string>margin-left: 99px; colour: transparent</string> (see below for other colors. transparent will disable the status bar time)

    To change the colour of the docked or undocked icon labels, type this:

    Code:
    <key>DockedIconLabelStyle</key> (Replace "Docked" with "Undocked" for the der)
    <string>color: transparent</string> (Supports many colours, from steelgray to lightblue to #000000. transparent will disable the labels)

    To change the colour of the calendar day (Wednesday, etc.) or date (12th, 23rd, etc.), type this:

    Code:
    <key>CalendarIconDayStyle</key> (Replace Day with Date for the der)
    <string>color: blue</string>

    (See above for other options. Can be eliminated by typing transparent)

  7. #7
    What's Jailbreak?
    Join Date
    Mar 2009
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Quote Originally Posted by dsg View Post
    You make a info.plist and put it in your theme folder or edit the one that is there with the info below you can also do other stuff like changing font colour

    Info.plist editing

    This is a totally new feature implemented only in WinterBoard. You can edit many things in here, including the location and colour of the status bar clock, the same for the calendar icons day and date, colour of the icon labels, both docked and undocked, and some more. To make an Info.plist, make a text file called Info, and change the extension to .plist. Put this at the beginning of the text file:

    Code:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0"><dict>

    After that line, press tab before typing anything else. To move the time far to the right, near the battery, or change the colour, type this:

    Code:
    <key>TimeStyle</key>
    <string>margin-left: 99px; colour: transparent</string> (see below for other colors. transparent will disable the status bar time)

    To change the colour of the docked or undocked icon labels, type this:

    Code:
    <key>DockedIconLabelStyle</key> (Replace "Docked" with "Undocked" for the der)
    <string>color: transparent</string> (Supports many colours, from steelgray to lightblue to #000000. transparent will disable the labels)

    To change the colour of the calendar day (Wednesday, etc.) or date (12th, 23rd, etc.), type this:

    Code:
    <key>CalendarIconDayStyle</key> (Replace Day with Date for the der)
    <string>color: blue</string>

    (See above for other options. Can be eliminated by typing transparent)
    Your answer is OK to move the time...

    Is there the same solution to move 3G and WIFI icons?

  8. #8
    dsg
    dsg is offline
    My iPhone is a Part of Me dsg's Avatar
    Join Date
    Jul 2008
    Posts
    668
    Thanks
    265
    Thanked 95 Times in 79 Posts

    Sorry I posted that last respone for CaptainChaos to understand what was happening to the time in the theme he was using. though it doesn't seem like it

    for the 3G and WIFI I agree with netuser

    Quote Originally Posted by netuser View Post
    onlyway i know to do is to create a larger carrier logo and it will push yur wifi cions to the end of your carrier logo size image
    Last edited by dsg; 06-29-2009 at 10:44 AM.

  9. #9
    My iPhone is a Part of Me TheOrioles33's Avatar
    Join Date
    Jul 2007
    Posts
    944
    Thanks
    42
    Thanked 61 Times in 49 Posts

    I tried moving the time -20px to move it to the left but it cuts off like its behind something. Does anyone know why or if its possible to move it over to the left. I want to make more room for my weather icons and notifications.

    Thanks!

Posting Permissions

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