Skip to content

tuxlog/qtile-widget-openmeteo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qtile-widget-openmeteo

A widget for the Qtile windowmanager to display weather data and a simple forecast from openmeteo.com.

Place the file openmeteo.py in your .config/qtile directory and add the following to you config.py:

import openmeteo
...
    
widgets_list = [
...
...
...
# openmeteo weather widget
openmeteo.OpenMeteo( foreground='#dfdfdf', background='#000000', lat=50.1109, lon=8.6821, 
                     location='Frankfurt am Main', metric=True, tooltip_fontsize=12, 
                     update_interval=600, language='de' ),
...
...
...
]

See defaults in openmeteo.py for a list of parameters. update_interval is in seconds, if you leave language unset it defaults to english.

Screenshots

current weather ... with tooltip

About

A widget for the Qtile windowmanager to display weather data and a simple forecast from openmeteo.com.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages