26.11.2010, 00:23
richtig, weil ich habs schon versucht
mfg sagt mokabaer
★ iTheming - Mach dein iPhone einzigartig ★
(26.11.2010, 13:50)Exuled schrieb: welche App/theme ist das denn fürs Springboard? Und haste das selber so angepasst oder is das original? Gefällt mir echt gut!
(26.11.2010, 15:27)franz schrieb: @Moka
Dort habe ich aber nur ein Theme zur Auswahl. Das Rocky Mountains.
Zitat:Zitat von Mokabaer:
richtig, die anderen zwei werden noch kommen - bitte lese dazu mal paar Seiten zuvor
// WeatherWidget.theme
// Produced by Adam Watkins (http://www.stupidpupil.co.uk)
// The location field should be a relatively machine-legible string
// if using the default, Apple/AccuWeather parser (originally from Leopard's Weather.wdgt)
var locale = "GMXX4455" //e.g. 'Miami, Florida' | or Zip Code '02124'
var showCity = "Neunkirchen" // Put here the city you are using. This cityname will be showed on the locksreen when there is no data available( not internet connection) The screen doesn't look empty then
// Set to 'false' if you'd prefer Farenheit
var isCelsius = true //true|false
// Use 'Real Feel' temperatures where possible, taking into account Wind Chill, Humidity etc.
var useRealFeel = false //true|false
/*––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
//Enable Wallpaper and/or Lock Screen
var enableWallpaper = false; //true|false
var enableLockScreen = true; //true|false [Currently, it is suggested that the lockScreen is disabled.]
// Supplied styles are 'katra'
// (Add your own to the CSS folder!)
var stylesheetWall = 'katra' //'katra'
var stylesheetLock = 'katra' //See above.
// The only supplied icon set is 'katra'
// Images must follow the same naming schema as the 'katra' set
var iconSetWall = 'katra' //'katra'
var iconExtWall = ".png" //'.png'|.'gif' etc.
var iconSetLock = 'katra' //See above.
var iconExtLock = '.png' //See above.
/*––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
// The other available source is 'yahooWeather' which for the 'locale'
// requires a US zip or location code (e.g. UKXX0085 or CHXX0008) from http://weather.yahoo.com
var source = 'yahooWeather' //'appleAccuweatherStolen'|'yahooWeather'
// Please endeavour to set this to a sensible value if you really must change it...
var updateInterval = 45 //Minutes