Merge pull request #309 from utix/fixwarnings

weather-widget: hide on click
This commit is contained in:
streetturtle 2021-11-19 20:29:25 -05:00 committed by GitHub
commit 8e39d6a535
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,6 +51,7 @@ local weather_popup = awful.popup {
border_color = beautiful.bg_focus,
maximum_width = 400,
offset = {y = 5},
hide_on_right_click = true,
widget = {}
}