Update README.md

master
Jens Lody 10 years ago
parent d5a4afb914
commit c65d49574c
  1. 50
      README.md

@ -1,8 +1,6 @@
![Screenshot](https://github.com/jenslody/gnome-shell-extension-top-notification/raw/master/data/Screenshot.jpg)
*gnome-shell-extension-top-notification* is a simple extension for displaying weather conditions and forecasts in GNOME Shell, featuring support for multiple locations, no need for WOEID, a symmetrical layout and a settings panel through *gnome-shell-extension-prefs*.
Currently, the weather data, including forecasts for up to ten days, is fetched from [OpenWeatherMap](http://openweathermap.org/).
*gnome-shell-extension-top-notification* is an extension to place shell notifications under the panel instead of above the message-tray.
----
@ -14,21 +12,10 @@ After the installation, restart GNOME Shell (`Alt`+`F2`, `r`, `Enter`) and enabl
#### Note: you need the root password for all these installation modes, if you do not have root-access, and the needed build-dependencies are installed, use the generic install.
### [Debian](http://packages.debian.org/source/unstable/gnome-shell-extension-weather)
Debian uses the (former master now ) yahoo-branch !
My fork of the extension is currently only available for unstable/sid.
Install the package through APT (or use your favourite package-manager, e.g. synaptic):
sudo apt-get install gnome-shell-extension-weather
### [Fedora](https://fedoraproject.org/)
You can install the extension from [my repo](http://rpm.jenslody.de/).
I have packages for Fedora 18, 19 and 20.
I have packages for Fedora 19 and 20.
To install my repo download and install [this rpm](http://rpm.jenslody.de/fedora-jenslody.de-0.1-2.fc17.noarch.rpm).
@ -44,56 +31,33 @@ Now you can install the extension, either via your favourite package-manager or
## Generic (Local installation)
Make sure you have the following dependencies installed:
* *dconf*,
* *gettext*,
* *pkg-config*,
* *git*,
* *glib2 (and development packages)*,
* *zip*,
* *gnome-common*,
* *autoconf*,
* *automake*,
* *intltool*.
* *gnome-tweak-tool*.
Run the following commands:
cd ~ && git clone git://github.com/jenslody/gnome-shell-extension-weather.git
cd ~/gnome-shell-extension-weather
cd ~ && git clone git@github.com:jenslody/gnome-shell-extension-top-notification.git
cd ~/gnome-shell-extension-top-notification
./autogen.sh && make local-install
----
# Configuration
Launch *gnome-shell-extension-prefs* (reachable also through the *OpenWeather Settings* button on the extension popup) and select *OpenWeather* from the drop-down menu to edit the configuration.
![Screenshot](https://github.com/jenslody/gnome-shell-extension-top-notification/raw/master/data/weather-settings.gif)
You can also use *dconf-editor* or *gsettings* to configure the extension through the command line.
If you switch from old openweathermap to the new master ( or openweathermap), you can load the settings with
dconf dump /org/gnome/shell/extensions/weather/ | dconf load /org/gnome/shell/extensions/openweather/
This can also work for most locations, if you switch from old yahoo-based master-branch (now yahoo) to the new master-branch (openweathermap-based).
The [OpenWeatherMap](http://openweathermap.org/) maintainers recommend to use an [API key](http://openweathermap.org/appid). This key can be added in the preferences dialog.
At the moment, there is no configuration needed.
----
# Licence
Copyright (C) 2011 - 2013
Copyright (C) 2011 - 2014
* Elad Alfassa <elad@fedoraproject.org>,
* Mark Benjamin <weather.gnome.Markie1@dfgh.net>,
* Simon Claessens <gagalago@gmail.com>,
* Ecyrbe <ecyrbe+spam@gmail.com>,
* Timur Kristóf <venemo@msn.com>,
* Simon Legner <Simon.Legner@gmail.com>,
* Mattia Meneguzzo <odysseus@fedoraproject.org>,
* Christian Metzler <neroth@xeked.com>,
* Berend De Schouwer,
* Jens Lody <jens@jenslody.de>.
This file is part of *gnome-shell-extension-top-notification*.

Loading…
Cancel
Save