diff options
author | streetturtle <streetturtle@gmail.com> | 2021-02-20 13:28:12 -0500 |
---|---|---|
committer | streetturtle <streetturtle@gmail.com> | 2021-02-20 13:28:12 -0500 |
commit | 06e254cd1e180e3b97549f1635eb053403def72b (patch) | |
tree | bcfaebef315c6313fd21e70dd7bf2fa9adf54902 | |
parent | ccd6bd4359593195a84458857efa7a9670b1b4cd (diff) |
[logout] fix #241 - duplicated logout menu
-rw-r--r-- | logout-menu-widget/logout-menu.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logout-menu-widget/logout-menu.lua b/logout-menu-widget/logout-menu.lua index 0b9a697..5277ef8 100644 --- a/logout-menu-widget/logout-menu.lua +++ b/logout-menu-widget/logout-menu.lua @@ -37,9 +37,9 @@ local popup = awful.popup { offset = { y = 5 }, widget = {} } -local rows = { layout = wibox.layout.fixed.vertical } local function worker(user_args) + local rows = { layout = wibox.layout.fixed.vertical } local args = user_args or {} |