Skip to content

KDE Plasma 5 applet for showing weather forecast from yr.no and OpenWeather servers via system tray icon, complete with rendered meteogram and multiple locations.

License

Notifications You must be signed in to change notification settings

RogueScholar/plasma-applet-weather-widget

 
 

Repository files navigation

plasma-applet-weather-widget

Plasma 5 applet for displaying weather information from yr.no (and other) server.

Requirements

  • Plasma 5 & Qt 5.4+
  • Qt5 Graphical Effects
  • Extra CMake Modules (only for building)

Compile and install

git clone https://github.com/kotelnik/plasma-applet-weather-widget
cd plasma-applet-weather-widget
mkdir build
cd build
cmake .. \
    -DCMAKE_INSTALL_PREFIX=/usr \
    -DCMAKE_BUILD_TYPE=Release \
    -DLIB_INSTALL_DIR=lib \
    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
make
sudo make install

Repeated build and install

cd build
rm -r *
cmake .. \
    -DCMAKE_INSTALL_PREFIX=/usr \
    -DCMAKE_BUILD_TYPE=Release \
    -DLIB_INSTALL_DIR=lib \
    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
make
sudo make install
killall plasmashell; plasmashell &

About

KDE Plasma 5 applet for showing weather forecast from yr.no and OpenWeather servers via system tray icon, complete with rendered meteogram and multiple locations.

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • QML 85.2%
  • JavaScript 10.9%
  • C++ 1.7%
  • CMake 1.5%
  • Shell 0.7%