diff --git a/README.md b/README.md index 1667baa..05b3b96 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![Screenshot](https://github.com/neroth/gnome-shell-extension-weather/raw/master/data/Screenshot.png) +![Screenshot](https://github.com/neroth/gnome-shell-extension-weather/raw/master/data/Screenshot.jpg) **gnome-shell-extension-weather** is a simple extension for displaying weather informations from several cities in GNOME Shell. @@ -83,13 +83,22 @@ You can specify the actual location using the following command. gsettings set org.gnome.shell.extensions.weather actual-city 1 (your_city && [another_city] && ...) gsettings set org.gnome.shell.extensions.weather actual-city n (your_city && another_city && [...]) -#### Temperature Units (optional, `celsius` by default) +#### Temperature Units (optional, `fahrenheit` by default) You can modify the temperature unit using one of the following commands. gsettings set org.gnome.shell.extensions.weather unit celsius gsettings set org.gnome.shell.extensions.weather unit fahrenheit +#### Wind Speed Units (optional, `mph` by default) + +You can modify the wind speed unit using one of the following commands. + + gsettings set org.gnome.shell.extensions.weather wind-speed-unit kph + gsettings set org.gnome.shell.extensions.weather wind-speed-unit mph + gsettings set org.gnome.shell.extensions.weather wind-speed-unit m/s + gsettings set org.gnome.shell.extensions.weather wind-speed-unit knots + #### Position in Panel (optional, `center` by default) The position of this GNOME Shell extension in the panel can be configured to either 'left', 'center' or 'right' (requires restart of GNOME Shell). @@ -142,12 +151,12 @@ Don't forget to restart GNOME Shell (`[Alt]+[F2]`, `r`) Copyright (C) 2011 - 2012 -* Christian METZLER , * Ecyrbe , * Timur Kristóf , * Elad Alfassa , * Simon Legner , * Simon Claessens , +* Christian METZLER , * Mark Benjamin This file is part of gnome-shell-extension-weather. diff --git a/data/Screenshot.jpg b/data/Screenshot.jpg new file mode 100644 index 0000000..85b3368 Binary files /dev/null and b/data/Screenshot.jpg differ