Quote:
Originally Posted by jsharpe
I am using another application as my weather app (MyWeather) instead of the default one. Do you know how to get it so that MyWeather has the changing weather icon on it instead of the default app?
|
Per Stimpy5050 (the dev) he wrote:
Configuration
There are two configuration files for this extension: one for themes and one for preferences. The preferences are located at /User/Library/Preferences/com.ashman.WeatherIcon.plist.
Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>OverrideLocation</key>
<false/>
<key>Location</key>
<string>20852</string>
<key>Celsius</key>
<false/>
<key>RefreshInterval</key>
<integer>15</integer>
<key>WeatherBundleIdentifier</key>
<string>com.apple.weather</string>
</dict>
</plist>
---------------------------
So it seems to me you would edit this string: <string>com.apple.weather</string>