Mobile theming is bae.
Edit: When you get the chance, I'd recommend giving Cydget a whirl for your LS themes. It allows one to implement "standard" HTML/Javascript LS setups with the added bonus of being able to work with iOS information.
Thanks to Cycript, which bridges access to Objective-C, Cydget widgets can access and display battery, weather, contact information, etc. This eliminates the need for additional tweaks such as InfoStats
Since I started using Cydget, I tend to include battery levels on all of LSs, which is pretty neat.
It's basically one line of code:
Code
var battery = Math.round([[UIDevice currentDevice] batteryLevel] * 100); //get battery
e.g.
This post was edited by MidnightRider on Jul 9 2015 10:43am