Anyone know where to get the desktop of this? Love it!
Never mind, found it myself.
Anyone know where to get the desktop of this? Love it!
can you tell me how you got the 12 hour clock? mine is set at 24.Styld Theme + SBSettings Styld Theme + Black Out + Neo Dark KB
![]()
![]()
![]()
![]()
Here's mine at the moment:
When you live in Ireland there's really no need to put the weather on your home-screen.![]()
can you tell me how you got the 12 hour clock? mine is set at 24.
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;
updated.
Just found this one tonight....
![]()
ha, that it does. i live 10 minutes from bowling green, MO though, so i was curious..
Just found this one tonight....
![]()
What theme is it? I like the icons.
+1. Would love to track that one down. Does it have lots of icons for it?
Nice, easy to setup? What font is that?
+1. Would love to track that one down. Does it have lots of icons for it?
Guys... I need a favour
What, in your opinion, is the best Mac/Leopard theme?
In my opinion... it's one from Cydia called "Stereo's Leopard"
Here's a screenie -
![]()