Download LockHTML4 on Cydia.

It installs in themes folder but don’t need a activation inside Anemone but I like the option that they look as available options in there.

Go to settings and activate Buuf theme in LockHTML and maybe respring is needed...

Here is to make it work or edit for i6 users: Instructions: 1) Your location (WOEID) is to set in the LockBackground.html at var locale (Note: get from weather.yahoo.com) 2) Celsius to Fahrenheit .. var isCelsius = true ... change to false for Fahrenheit. 3) 12h mode without double slash in front.

!-- Convert hours component of "12" to "24" -- currentHours = (currentHours 12 ) ? currentHours - 12 : currentHours; 4) 24h mode with double slash in front.

!-- Convert hours component of "12" to "24" --currentHours = ( currentHours > 12 ) ? currentHours - 12 : currentHours;