Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 731 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 731 Bytes

Waybar weather plugin

This plugin uses the One Call API from OpenWeatherMap.org. You need to have an active subscription, but with normal usage you should never go over the free limit of 1000 request per day. My refresh setting for the swaybar plugin is 300s.

set your APIKEY and geo location in your shell

In your ~/.bashrc add the following definition and place your APIKEY in there

# waybar weather settings:
export WAYBAR_WEATHER_APIKEY="<YOUR OpenWeatherMap API KEY>"
export WAYBAR_WEATHER_LAT="44.43"
export WAYBAR_WEATHER_LON="26.02"
export WAYBAR_WEATHER_UNITS="metric"
export WAYBAR_WEATHER_EXCLUDE="minutely,hourly,daily"