Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 883 Bytes

README.md

File metadata and controls

43 lines (25 loc) · 883 Bytes

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"
}