mirror of
https://github.com/streetturtle/awesome-wm-widgets.git
synced 2024-11-15 19:48:04 +01:00
Merge pull request #309 from utix/fixwarnings
weather-widget: hide on click
This commit is contained in:
commit
8e39d6a535
1 changed files with 1 additions and 0 deletions
|
@ -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 = {}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue