-
11-02-2008, 05:01 PM #1
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?
-
11-02-2008, 05:05 PM #2iPhone? 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
-
11-02-2008, 05:48 PM #3
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
-
11-03-2008, 07:37 AM #4
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.
-
11-03-2008, 08:05 AM #5Livin the iPhone Life
- 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.
-
01-26-2009, 02:51 PM #6
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)
-
06-23-2009, 02:18 PM #7
-
06-29-2009, 09:56 AM #8
-
07-14-2009, 07:12 PM #9
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!



LinkBack URL
About LinkBacks
Reply With Quote
