Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Ls:-
attachment.php
 

Attachments

  • IMG_0391.PNG
    IMG_0391.PNG
    575.4 KB · Views: 1,299
Incomplete.

A mix of Jaku + Ayecon + Carla + round status icons I got from here.

Anybody with some nice Google Maps icon to share? Would love to theme that as well.

d4hG33W.jpg
 
What do the notifications on the lockscreen look like with that lockscreen theme. I've wanted to do something like this but it doesn't usually line up well for me...

I think they just cover up the widget, I never pay attention I guess because Im usually checking the notification and dismiss or open it right away.

If someone who is good at scripts could help me out, I am liking this widget, but I can't change the time to 12hr instead of 24hr:

http://www.iphonestheme.com/iphone5_themes/technology/ls_roxbox_iPhone_5_theme.html#.UUZLar9j7Hg

DFDE0F73-D4ED-4E30-8E02-ED1A7B462DC8-27986-000002F4F8868F60_zps6f3dedd2.jpg
 
I can see my nickname here and there.

Visit my blog to have stuff : http://appleforeveriph.tumblr.com

follow me on twitter >>> @zooropalg

Cheers
 
I think they just cover up the widget, I never pay attention I guess because Im usually checking the notification and dismiss or open it right away.

If someone who is good at scripts could help me out, I am liking this widget, but I can't change the time to 12hr instead of 24hr:

http://www.iphonestheme.com/iphone5_themes/technology/ls_roxbox_iPhone_5_theme.html#.UUZLar9j7Hg

Image

looking at other scripts, try this on the theclock,js

the first line converts to 12 hours

nHours = ( nHours > 12 ) ? nHours - 12 : nHours;

this line pads zero

nHours = ( nHours < 10 ? "0" : "" ) + nHours;

the // comments out the 24 hrs

//nHours=((nHours < 10) ? "0" : "") + nHours;
nMins=((nMins < 10) ? "0" : "") + nMins;

HTH
 
looking at other scripts, try this on the theclock,js

the first line converts to 12 hours

nHours = ( nHours > 12 ) ? nHours - 12 : nHours;

this line pads zero

nHours = ( nHours < 10 ? "0" : "" ) + nHours;

the // comments out the 24 hrs

//nHours=((nHours < 10) ? "0" : "") + nHours;
nMins=((nMins < 10) ? "0" : "") + nMins;

HTH

Works great. Thank you:D

7C6C15B1-AD7A-4023-8020-57E130561538-28707-000003094DB86AB1_zps9b2fbb12.jpg
 
A noob to jailbreaking and had a much more minimalistic theme that looked nice but as soon as I had it set I already wanted something else. Lol this one is much more fun to me.
 

Attachments

  • image.jpg
    image.jpg
    185.1 KB · Views: 94
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.