+ Reply
Results 1 to 8 of 8
  1. #1
    My iPhone is a Part of Me nnfdcane's Avatar
    Join Date
    Mar 2011
    Posts
    524
    Thanks
    1,490
    Thanked 255 Times in 141 Posts

    Blog Entries
    1

    Default Status bar clock color

    Does anyone know how I can change the color of the time in my status bar from black to cyan?

  2. #2
    iPhoneaholic
    Join Date
    Dec 2008
    Posts
    359
    Thanks
    31
    Thanked 92 Times in 62 Posts

    You either need to change the plist or you need to just SSH in and change the color.

    This is what you need to know.

    1.bunch of file stuff is located in there, you can change it and what not (/system/library/coreservices/springboard.app)

    2.download font colors from cydia, or enter this code & change the font:
    <?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>NavigationBarStyle</key>
    <string>1</string>
    <key>UndockedIconLabelStyle</key>
    <string>/*font-family: monospace;*/ font-size: 13px; color: green</string>
    <key>DockedIconLabelStyle</key>
    <string>/*font-family: monospace;*/ font-size: 13px; color: green</string>
    <key>TimeStyle</key>
    <string>/*font-family: monospace;*/ font-size: 16px; color: green</string>
    </dict>
    </plist>


    Let me know if this is too confusing and I can make a plist theme for you that you can SSH in.

  3. #3
    My iPhone is a Part of Me nnfdcane's Avatar
    Join Date
    Mar 2011
    Posts
    524
    Thanks
    1,490
    Thanked 255 Times in 141 Posts

    Blog Entries
    1
    Quote Originally Posted by galaxygrrl View Post
    You either need to change the plist or you need to just SSH in and change the color.

    This is what you need to know.

    1.bunch of file stuff is located in there, you can change it and what not (/system/library/coreservices/sprin
    gboard.app)


    2.download font colors from cydia, or enter this code & change the font:
    <?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>NavigationBarStyle</key>
    <string>1</string>
    <key>UndockedIconLabelStyle</key>
    <string>/*font-family: monospace;*/ font-size: 13px; color: green</string>
    <key>DockedIconLabelStyle</key>
    <string>/*font-family: monospace;*/ font-size: 13px; color: green</string>
    <key>TimeStyle</key>
    <string>/*font-family: monospace;*/ font-size: 16px; color: green</string>
    </dict>
    </plist>


    Let me know if this is too confusing and I can make a plist theme for you that you can SSH in.
    Ok thanks for your help. I downloaded font colors and went to ifile and changed the color to cyan, it changed my fonts but not the time on my status bar

  4. #4
    iPhoneaholic
    Join Date
    Dec 2008
    Posts
    359
    Thanks
    31
    Thanked 92 Times in 62 Posts

    Did you change it just for Time Style. I think that should do it. Otherwise I really don't know Sorry

  5. #5
    My iPhone is a Part of Me nnfdcane's Avatar
    Join Date
    Mar 2011
    Posts
    524
    Thanks
    1,490
    Thanked 255 Times in 141 Posts

    Blog Entries
    1
    Quote Originally Posted by galaxygrrl View Post
    Did you change it just for Time Style. I think that should do it. Otherwise I really don't know Sorry
    I changed it in three different places including the timestyle section

  6. #6
    iPhoneaholic
    Join Date
    Nov 2010
    Posts
    301
    Thanks
    4,575
    Thanked 226 Times in 124 Posts

    what iOS version are you running mate ? The "plist" method does not work for iOS 4.0 and above.

    Download and try CleanStatus from cydia. The clock color part is still in beta, but it works on and off......cheers

  7. #7
    My iPhone is a Part of Me nnfdcane's Avatar
    Join Date
    Mar 2011
    Posts
    524
    Thanks
    1,490
    Thanked 255 Times in 141 Posts

    Blog Entries
    1
    Quote Originally Posted by indyzzzz View Post
    what iOS version are you running mate ? The "plist" method does not work for iOS 4.0 and above.

    Download and try CleanStatus from cydia. The clock color part is still in beta, but it works on and off......cheers
    I figured it out thanks.

  8. #8
    Green Apple Jato_BZ's Avatar
    Join Date
    Jan 2012
    Location
    New Zealand
    Posts
    92
    Thanks
    1
    Thanked 7 Times in 7 Posts

    Quote Originally Posted by nnfdcane View Post
    I figured it out thanks.
    Hi nnfdcane, do u mind sharing how u managed to do this? Does the method work for iOS 5? Rather do this without running a tweak
    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