diff --git a/README.md b/README.md index 36ea817..6234378 100644 --- a/README.md +++ b/README.md @@ -67,11 +67,18 @@ If desired, you can enable the usage of symbolic icons to display the weather co #### Show Text in Panel (optional, true by default) -You can configure whether to show the weather condition text together with the temperature in the panel (requires restart of GNOME Shell). +You can configure whether to show the weather condition text (aka. comment) together with the temperature in the panel (requires restart). If only weather condition text is undesired, consider show-comment-in-panel option. gsettings set org.gnome.shell.extensions.weather show-text-in-panel true gsettings set org.gnome.shell.extensions.weather show-text-in-panel false +#### Show Comment in Panel (optional, false by default) + +Configures whether to show the comment (aka. weather condition text, e.g. "Windy", "Clear") in the panel. Note that the temperature is still shown (if undesired, consider show-text-in-panel option). + + gsettings set org.gnome.shell.extensions.weather show-comment-in-panel false + gsettings set org.gnome.shell.extensions.weather show-comment-in-panel true + #### Position in Panel (optional, center by default) The position of this GNOME Shell extension in the panel can be configured to either 'center' or 'right' (requires restart of GNOME Shell). diff --git a/src/org.gnome.shell.extensions.weather.gschema.xml.in b/src/org.gnome.shell.extensions.weather.gschema.xml.in index 4c201a7..6d36e18 100644 --- a/src/org.gnome.shell.extensions.weather.gschema.xml.in +++ b/src/org.gnome.shell.extensions.weather.gschema.xml.in @@ -36,12 +36,12 @@ true <_summary>Whether to show the text in the panel. - <_description>Whether to show the weather condition text together with the temperature in the panel (requires restart). + <_description>Whether to show the weather condition text (aka. comment) together with the temperature in the panel (requires restart). If only weather condition text is undesired, consider show-comment-in-panel option. false - <_summary>Whether to show the comment text in the panel (the temperature is still shown). - <_description>Whether to show the weather comment text(i.e. Windy, Clear) in the panel (requires restart). + <_summary>Whether to show the comment in the panel. + <_description>Whether to show the comment (aka. weather condition text, e.g. "Windy", "Clear") in the panel. Note that the temperature is still shown (if undesired, consider show-text-in-panel option). 'center'