home *** CD-ROM | disk | FTP | other *** search
- //global prefs
- pref("weatherfox.locid", "00000");
- pref("weatherfox.celcius", false);
- pref("weatherfox.migrated", false);
-
- //display prefs
- pref("weatherfox.display.bar", "status-bar");
- pref("weatherfox.display.nextnode", "livemark-button");
- pref("weatherfox.display.insertafter", true);
-
- //current condition prefs
- pref("weatherfox.current.display", true);
- pref("weatherfox.current.mode", 0); //0=icon, 1=label, 2=both
- pref("weatherfox.current.last", "0");
- pref("weatherfox.current.cache", "");
- pref("weatherfox.current.label", "wf.cc.label");
- pref("weatherfox.current.tooltip", "wf.cc.tooltip");
- pref("weatherfox.current.tipicon", true);
-
- //forecast prefs
- pref("weatherfox.forecast.days", 2);
- pref("weatherfox.forecast.mode", 0); //0=icon, 1=label, 2=both
- pref("weatherfox.forecast.parts", 0); //0=days, 1=nights, 2=both
- pref("weatherfox.forecast.last", "0");
- pref("weatherfox.forecast.cache", "");
- pref("weatherfox.forecast.label", "wf.dayf.label");
- pref("weatherfox.forecast.tooltip", "wf.dayf.tooltip");
- pref("weatherfox.forecast.tipicon", true);
-
- //links prefs
- pref("weatherfox.links.last", "0");
- pref("weatherfox.links.cache", "");
-
- //slider prefs
- pref("weatherfox.slider.freq", 2);
- pref("weatherfox.slider.count", 1);
-
- //profile prefs
- pref("weatherfox.profile", "default");