This Theme includes two themes:
- L-CONF.theme
- Framework (does
not need to be activated in Winterboard)
With this theme you can manage all the html files (LockBackground.html, Widget.html, Wallpaper.html etc.) without merging all those html and javascripts.
The only thing you have to do is to define some parameters for each file (html, image etc.) which you would like to display on the lockscreen. The files you define do not have to be activated in winterboard (except L-CONF.theme of course).
In the "L-CONF\configureMe.txt" file you have to define following parameters for each file:
url = url to load
width = width in pixel
height = height in pixel --> 0 means auto height
fixedPosition = true | false
posFromTop = position from top (numbers below 0 can be used too)
posFromLeft = position from left (numbers below 0 can be used too)
Following parameters do set the behavior of this theme:
showHtmlOnStartup = true | false (show the defined html files on startup)
reloadHtmlAfterHideShow = true | false (reload html files after hiding and then showing again)
This is how my configuration looks like:
My "configureMe.txt" file has following entries:
var loadSettings = [
["Katra's Weather HD.theme/LockBackground.html" , 320, 480, true, -10, -30],
["My.theme/LockBackgroundOverlay.png" , 320, 480, true, 0, 0],
["Status Notifier Lock Screen.theme/LockBackground.html", 320, 0, false, 0, 0],
["HomeScreen 2.0.theme/LockBackground.html" , 320, 480, false, -90, 0]
];
Now, if you tab on the clock area then all your defined files will be hidden. If you tab on the clock area again, then they reapear.

With that possibility you don't have to worry when someone calls or you just want to see your battery while charging, just tap to hide all those things.
I hope you like this configurator and start to configure or mash up the lockscreen and post them on here for us to see, what kind of themes and widgets you use on your lock screen.
L-CONF v 1.0.001 download
Changelog v 1.0.001:
- The flickering issue of the lock clock background can be avoided with a new setting in the "configureMe.txt"
var defaultSettings = [
["lockClockBackground", "My.theme/UIImages/UILCDBackground.png"]
]
Added:
-
Status Nofitier Notification v 1.0.0 from above screenshots
In the "Status Notifier Lock Screen.theme/configureMe.txt" file you can set the check interval in seconds.
The text for the notifications can be defined in their proper language folder below "Status Notifier Lock Screen.theme". To add a new language just copy the existing "en.lproj" and rename it to your language definition code (eg. "de.lproj", "zh_CN.lproj", etc) and change the values in the file "localizedStrings.
js" as you like. I have done English & German so far. If someone has translated it to an other language, please send it to me, so I can add it to the theme.
Thank you for your help.