Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
The widget is from 3M, it was a HS theme. It does not look nothing like the LS I made, I made the overlay & arrange everything from my idea..some idea are from ColormeAndroid.com. So that why I call it my own and give credit.

You can take that same widget and make something completely different and you call that your own.. Because it different and no one have it.

But I don't go around an share other author theme without their permission.
You can go on my dA. Heyisti.deviantart.com and downL some of the theme I releases an what you can come up with and you
Can call it your own.

give it up dude.
 
Thank you very much, here's the wallpaper -
photo2-4.jpg

Could you point me to the original wall you cropped this from [if there is an original?]

I ask because that wall looks like it got squished to fit the screen res.
 
So you're actually complaining about people sharing something which doesn't belong to you anyway? Stop claiming work that's not yours as your own - modifying a theme doesn't make it yours.

Someone warn me about arguing with you guys here, I'll just gonna stop and let it be.. Cause it will never end.

Good mod Lex
 
Last edited:
Lex, i am sure that you will post this widget.
Can you also share the wallpaper and some icons (notes, appstore, mail)?
Thanks in advance:D
 
Would be super happy if someone helped me out with a thing, maybe lex can use his super powers.

I saw this awesome widget, and had to have it, know ofcourse its not a 24 hour version, and i suck at html/css. I managed to change it out, so that it shows 16:46 instead of 4:46 etc, the problem is after midnight it says the time is 12:21 instead 00:21. Anyone know whats wrong?

img0267.png


Heres the code that i know needs changing to get proper 24 hour format


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


// Pad the minutes and seconds with leading zeros, if required
currentHours = ( currentHours < 10 ? "0" : "" ) + currentHours;
currentMinutes = ( currentMinutes < 10 ? "0" : "" ) + currentMinutes;
currentSeconds = ( currentSeconds < 10 ? "0" : "" ) + currentSeconds;


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


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

If i use that code, i get proper night time, 01:10 etc, but i get wrong day time, 4:16 instead of 16:16 etc
 
Last edited:
I need some help people, i've successfully moved the weather to the top of the screen but i cant seem to get the time and date up there, can anyone help?

My HS below for the time being until i can get the date/time to the top.
 

Attachments

  • IMG_1030.png
    IMG_1030.png
    509.1 KB · Views: 75
Wirelessly posted (Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_1 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8B117 Safari/6531.22.7)

KentuckyHouse said:
Whew...ok, now that I've got that out of the way...my current setup (3GS):

Frost LS lockscreen with MiniSlider_iOS4:

19077123.jpg


Gladhander springboard theme with weather and date widget from dBar (or Dbar...I can never remember which letter gets capitalized...:D):

cb0233aa.jpg


As you can see, I have a thing for a starry sky! :p

Love that wallpaper. Would you mind sharing? :)
 
tammie614, unfortunately these aren't Retina-sized (I'm still on a 3GS), but I'm fairly certain I got them from either the SciPhone App or the iRetina App and there are Retina versions of them out there.

I'll upload them anyway, just in case someone on a 3GS wanted them.

cd827409.jpg


041e1745.jpg
 
mine but it has a white dock thing at the bottom? idk how to fix it. and summerboard mode is ON!
 

Attachments

  • IMG_0194.PNG
    IMG_0194.PNG
    187.3 KB · Views: 58
Would be super happy if someone helped me out with a thing, maybe lex can use his super powers.

I saw this awesome widget, and had to have it, know ofcourse its not a 24 hour version, and i suck at html/css. I managed to change it out, so that it shows 16:46 instead of 4:46 etc, the problem is after midnight it says the time is 12:21 instead 00:21. Anyone know whats wrong?

img0267.png


Heres the code that i know needs changing to get proper 24 hour format


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


// Pad the minutes and seconds with leading zeros, if required
currentHours = ( currentHours < 10 ? "0" : "" ) + currentHours;
currentMinutes = ( currentMinutes < 10 ? "0" : "" ) + currentMinutes;
currentSeconds = ( currentSeconds < 10 ? "0" : "" ) + currentSeconds;


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


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

If i use that code, i get proper night time, 01:10 etc, but i get wrong day time, 4:16 instead of 16:16 etc

To make 00:21 to look like 12:21 make this edit:

// Pad the minutes and seconds with leading zeros, if required
//currentHours = ( currentHours < 10 ? "0" : "" ) + currentHours;
currentMinutes = ( currentMinutes < 10 ? "0" : "" ) + currentMinutes;
currentSeconds = ( currentSeconds < 10 ? "0" : "" ) + currentSeconds;
 
Last edited:
Can anyone please tell me how to make these status bar icons smaller?? I can't find anything from mroogle. Thanks!
 

Attachments

  • photo.PNG
    photo.PNG
    439.8 KB · Views: 56
Could you point me to the original wall you cropped this from [if there is an original?]

I ask because that wall looks like it got squished to fit the screen res.

Actually have no idea where the original one is or if there is one, but it doesn't look squished to me?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.