kunalkushwaha / wingpanel-indicator-weather

Weather app for elementary os

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wingpanel Weather Indicator

Cloudy

Sunny

Building from code

It's recommended to create a clean build environment

mkdir build
cd build/

Run cmake to configure the build environment and then make to build

cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make

To install, use make install

sudo make install

Installation

Download prebuild binairy from Release

Install it by coping file to wingpanel plugin folder as below.

sudo cp libweather.so /usr/lib/x86_64-linux-gnu/wingpanel/libweather.so

pkill -9 wingpanel

NOTE:

Get secret key from darksky.net and store it in your config file.

cat ~/.weather.config
{
    "key":"XXXXXXXXXXXXXXXXXXXX"
}

About

Weather app for elementary os

License:Other


Languages

Language:CMake 83.5%Language:Vala 16.2%Language:Shell 0.3%