diff --git a/README.md b/README.md index ef81098..1ff06bf 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,15 @@ Sometimes your WOEID location isn't quite right (it's the next major city around gsettings set org.gnome.shell.extensions.weather city your_city ``` +#### Translate weather conditions (optional, true by default) + +You may want to configure whether to translate the weather condition. If enabled, the condition is translated based on the weather code. If disabled, the condition string from Yahoo is taken. Note: Enabling the translation sometimes results in loss of accuracy, e.g., the condition string "PM Thunderstorms" cannot be expressed in terms of weather codes. + +```bash +gsettings set org.gnome.shell.extensions.weather translate-condition true +gsettings set org.gnome.shell.extensions.weather translate-condition false +``` + ### Restart Gnome-Shell Don't forget to restart GNOME Shell: @@ -66,7 +75,8 @@ Copyright (C) 2011 Ecyrbe , Timur Kristóf , Elad Alfassa , -Simon Legner +Simon Legner , +Simon Claessens This file is part of gnome-shell-extension-weather.