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.
Changed my LS, still using VIP.
 

Attachments

  • SB.jpg
    SB.jpg
    86.6 KB · Views: 143
@DaRock:Here you go

Thank you.

SB widget I think posted by Lexs1411 or IrishVixen if am not mistaken. If not so will correct and credit correctly.
Wall is called Grayburn.
Icons iNZTW3 elite+ and iFlat3VO. Dock from Snakeeater.
Thanks to all.

68bc53a9.jpg


How can I edit the SB WIDGET to display chosen font from bytafont? TIA.
 
Last edited:
:.. Clock widget by me
:.. Simple lockscreen
:.. Icons from LucernaHD, OceanoHD, SuaveHD...
:.. New statusbar modded by me

:.. Thanks to Zooropalg, snakeeter and Macrumors users



mixed_by_schn3d1-d47sq6i.jpg
 
Last edited:
I don't really know html, I can normally figure out to edit what I need or make small changes, but I want to combine a couple and I dont know what part to combine or where to combine it.

If it makes sense, does someone mind looking at the 2 html files in the zip here and let me know how I would do it. The Part1 has a simple calendar and the part 2 a clock, but whatever I try the clock doesn't show up.

Thank you
 

Attachments

  • NewWidget.zip
    6.5 KB · Views: 75
Joined the h1 bandwagon.

Credits to Snakeeater, Schnedi, Lexs1411 and badboythemer.

f3e96a19.jpg


I think it definitely looks better with the widget.

23111839.jpg
 
Last edited:
I'm using LS DroidClockWeather by Schnedi and I have succesfully changed the clock from 12 to 24 hours but when it turns midnight it shows 0:00 when i want it to show 00:00, any advice on what to do people?
 
Please help

hello community, someone of you had this wallpaper. I find this. Many thanks for your help. thank you
 

Attachments

  • ios5_by_laugend-d3ibdsd.png
    ios5_by_laugend-d3ibdsd.png
    746.3 KB · Views: 485
I'm using LS DroidClockWeather by Schnedi and I have succesfully changed the clock from 12 to 24 hours but when it turns midnight it shows 0:00 when i want it to show 00:00, any advice on what to do people?

Look for something like this:

// Convert an hours component of "0" to "12"

currentHours = ( currentHours == 0 ) ? 12 : currentHours;

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


Make sure there isn't a // on front of the line that says when currenthours=0 ; 12
 
Status
Not open for further replies.
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.