Brammeee on DeviantArthttps://www.deviantart.com/brammeee/art/Minimalisity-Lockscreen-360949470Brammeee

Deviation Actions

Brammeee's avatar

Minimalisity Lockscreen

By
Published:
14.8K Views

Description

First launched as "Project X" in a screenshot, I present to you my newest theme "Minimalisity"!!!
Made for iPhone5 IOS6.
NOTE: this is the iPhone5 version, get the 4(s) version here: [link]

UPDATE 23/3/2013: Added iPhone 4(s) support! For iphone 4, use the file with the i4 at the end of the name :) As it was originally designed for iphone 5, I needed to make subtle changes to font sized etc.
UPDATE 24/3/2013: Added options to remove the clock and/or date in the statusbar! check the configureme file. Also, added a version indicator in the html file.
UPDATE 28/3/2013: As requested: Option added to perma show the slide in screen (removes the tapping functionality!). True or false option in the configureme.js file!
UPDATE 4/4/2013: Fixed the GPS error (Yahoo updated their service ..... grrrrr)
UPDATE 2/6/2013: Fixed for Yahoo's compatibility again :)

Current version: V1.3

Don't be fooled by the preview image. Wallpaper is highly customizable! If i were to sum up this theme, i'd say "Less with a whole lot of more!"
- 6 Languages! En, It, Es, De, Fr, Nl
- Clock 12h or 24h type
- Seconds, for those who want them
- Dateformat in dd mmm or mmm dd
- 3 wallpapersettings
- Standard: Sleak dark wallpaper
- Jpegifier: Change your wallpaper using the wallpaper Jpegifier app (free in cydia)
- Random: 6 ( a whoppin 60 wallpapers !!!!) packs included. Random pick of a wallpaper each time the lockscreen loads. Categories Nature, Tv, Abstract, City, Game and Macro. Added possibility to add your own pack, for example Family photo's, etc etc
- Don't feel like respringing, no biggie, press the left edge (approx 50 pixels) of the screen and the lockscreen will refresh anything that isn't hardwired by apple's OS. so the random wallpaper will rerandomize, weather info will reload.
- Weather widget that's incorporated into the statusbar, and swipe bar area.... not enough, get your forecast by tapping the screen! It'll slide right in.
- Plenty of weather modification options included

Afraid to feel lost in all this customizing.... don't be, extensive readme included in PDF format!

*edit* just discovered my javascript touch code doesn't work on the SB. So i'll have to get creative with timings for random walls and iwidgets! going to take a while but it'll come :) the statusbar alone is peanuts to copy to SB, but i want mooooore!
*Edit* After tests with a SpringBoard variant I decided NOT to create a Springboard variation. here's why: I simply cannot create what I want with the current tools that I know (i.e. Winterboard). And I refuse to create a SB theme that I'm not happy with. Nevertheless, I will still create Lockscreen themes! so stay tuned!

---------------------------------------------------------------------------------------------------------
Want to remove leading zero's on the clock? (so make 8:00 from 08:00 for example)
1. Open the clock.js file in the Scripts folder
2. Find the line "//Pad with zeroes"
3. In the first codeline below this, remove the 0 between "0". So from this -->
currentClockHours = (currentClockHours < 10 ? "0" : "") + currentClockHours;
to this -->
currentClockHours = (currentClockHours < 10 ? "" : "") + currentClockHours;
4. Respring!
© 2013 - 2024 Brammeee
Comments94
Join the community to add your comment. Already a deviant? Log In
Natuasi's avatar
Will this be updated to the latest iOS 7 version? I'd gladly make a generous donation for it.