Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Status
Not open for further replies.
Here's mine at the moment:
When you live in Ireland there's really no need to put the weather on your home-screen. :D
 

Attachments

  • ChargeScreen.PNG
    ChargeScreen.PNG
    54 KB · Views: 75
  • HomeScreen.PNG
    HomeScreen.PNG
    237.7 KB · Views: 82
  • Phone.PNG
    Phone.PNG
    170.9 KB · Views: 84
updated.
 

Attachments

  • jailbreakscreenshots 001.png
    jailbreakscreenshots 001.png
    235.3 KB · Views: 82
  • jailbreakscreenshots 002.png
    jailbreakscreenshots 002.png
    216.2 KB · Views: 90
  • jailbreakscreenshots 003.png
    jailbreakscreenshots 003.png
    64.1 KB · Views: 90
Well heres my new theme. It looks horribly drab in the pictures but for some reason doesen't feel that grayscale. I have been running styld (see https://forums.macrumors.com/posts/6731694/ ) but needed something new.

This is a conglomeration of about 4 themes.
 

Attachments

  • IMG_0002.png
    IMG_0002.png
    138.7 KB · Views: 75
  • IMG_0003.png
    IMG_0003.png
    66 KB · Views: 70
  • IMG_0004.png
    IMG_0004.png
    122.6 KB · Views: 72
can you tell me how you got the 12 hour clock? mine is set at 24.

From one of my posts on macthemes2.net

FreakinSyco said:
FYI For everyone trying to get 12hr time with AM/PM there are four lines you need to edit:

Under AM/PM: the 24 needs to be 12

Under convert hours component to 12-hour: the 24 needs to be 12

Under convert hours of "0" to "12": the 00 should be 12

Under compose the string: need to add the timeOfDay



Heres the correct for 12hr AM/PM lines:

Code:
  // Choose either "AM" or "PM" as appropriate
  var timeOfDay = ( currentHours < 12 ) ? "AM" : "PM";

  // Convert the hours component to 12-hour format if needed
  currentHours = ( currentHours > 12 ) ? currentHours - 12 : currentHours;

  // Convert an hours component of "0" to "12"
  currentHours = ( currentHours == 0 ) ? 12 : currentHours;

  // Compose the string for display
  var currentTimeString = currentHours + ":" + currentMinutes + " " + timeOfDay;
 
This thread would be a lot better if people actually identified the themes they're using. I just browsed through all posts and saw about four icon themes I'd like to use.
 
swtiched it up

android battery screen
and my new homescreen
 

Attachments

  • newscreenshots 001.png
    newscreenshots 001.png
    271.5 KB · Views: 91
  • newscreenshots 002.png
    newscreenshots 002.png
    24.4 KB · Views: 87
+1. Would love to track that one down. Does it have lots of icons for it?

It's in Cydia, it's called Umicon, I have transparent dock on also.
Lots of icons, and it skins most of your applications in a black border, looks pretty neat.

Plus it gives you a new signal strength icon (the Apple), and a new wifi logo also....

photo-17.jpg
 
Status
Not open for further replies.
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.