Screenshot and README.md modification

yahoo_weather
Neroth 13 years ago
parent 47622c30bb
commit 5083dcffa1
  1. 20
      README.md
  2. BIN
      data/Screenshot.png

@ -6,6 +6,13 @@ Currently, the weather report including forecast for today and tomorrow is fetch
---- ----
### What up ?!
* Now you can add more than one city !
* New settings panel.
----
### Screenshot ### Screenshot
![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.png)
@ -15,7 +22,7 @@ Currently, the weather report including forecast for today and tomorrow is fetch
### Depends ### Depends
* `git`. * `git`.
* `python2`. * `seed`.
* `libglib2.0-dev`, without you'll get an error about `GLIB_GSETTINGS`. * `libglib2.0-dev`, without you'll get an error about `GLIB_GSETTINGS`.
* `gnome-common`. * `gnome-common`.
* `gnome-tweak-tool`. * `gnome-tweak-tool`.
@ -29,16 +36,15 @@ Run the following commands:
cd ~ && git clone git://github.com/Neroth/gnome-shell-extension-weather.git cd ~ && git clone git://github.com/Neroth/gnome-shell-extension-weather.git
cd ~/gnome-shell-extension-weather cd ~/gnome-shell-extension-weather
./autogen.sh --prefix=/usr && make && sudo make install ./autogen.sh --prefix=/usr && make && sudo make install
sudo install -D weather-extension-configurator.py /usr/bin/weather-extension-configurator
Active the extension in `gnome-tweak-tool` and restart GNOME Shell (`[Alt]+[F2]`, `r`). Restart GNOME Shell (`[Alt]+[F2]`, `r`) and active the extension in `gnome-tweak-tool`.
That's it! That's it!
### Versions ### Versions
GNOME Shell 3.2 : OK * GNOME Shell 3.2 : OK.
GNOME Shell 3.0 : not tested => Use the `gnome3.0` branch. * GNOME Shell 3.0 : not tested => Use the `gnome3.0` branch.
---- ----
@ -51,8 +57,8 @@ You can also use `dconf-editor` or `gsettings` to modify some parameters from th
You can specify your location using the following command. Perhaps you need quotation marks as in the second command. You can specify your location using the following command. Perhaps you need quotation marks as in the second command.
gsettings set org.gnome.shell.extensions.weather city your_city gsettings set org.gnome.shell.extensions.weather city your_city (for more : your_city && another_city && ...)
gsettings set org.gnome.shell.extensions.weather city "'your_city'" gsettings set org.gnome.shell.extensions.weather city "'your_city (for more : your_city && another_city && ...)'"
#### Temperature Units (optional, celsius by default) #### Temperature Units (optional, celsius by default)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 133 KiB

After

Width:  |  Height:  |  Size: 213 KiB

Loading…
Cancel
Save