Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kunalkushwaha/wingpanel-indicator-weather
Weather app for elementary os
https://github.com/kunalkushwaha/wingpanel-indicator-weather
elementary-os weather wingpanel
Last synced: 28 days ago
JSON representation
Weather app for elementary os
- Host: GitHub
- URL: https://github.com/kunalkushwaha/wingpanel-indicator-weather
- Owner: kunalkushwaha
- License: other
- Created: 2017-07-06T07:28:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-25T00:53:49.000Z (over 6 years ago)
- Last Synced: 2024-08-04T03:04:12.546Z (4 months ago)
- Topics: elementary-os, weather, wingpanel
- Language: CMake
- Size: 55.7 KB
- Stars: 14
- Watchers: 5
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- awesome-elementaryos - Weather - Weather app indicator for elementary OS (Wingpanel Indicators / Theming)
README
# Wingpanel Weather Indicator
![Cloudy](data/weather-app-cloudy.jpeg)
![Sunny](data/weather-app-sunny.jpeg)
## 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 ..
makeTo install, use `make install`
sudo make install
## Installation
Download prebuild binairy from [Release](https://github.com/kunalkushwaha/wingpanel-indicator-weather/releases)
Install it by coping file to wingpanel plugin folder as below.
```
sudo cp libweather.so /usr/lib/x86_64-linux-gnu/wingpanel/libweather.sopkill -9 wingpanel
```### NOTE:
Get secret key from [darksky.net](https://darksky.net/dev/account) and store it in your config file.
cat ~/.weather.config
{
"key":"XXXXXXXXXXXXXXXXXXXX"
}