Skip to content

MrTango/waybar-openweathermap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

Weather info widget for Waybar, from OpenWeatherMap.org

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages