mirror of
https://github.com/streetturtle/awesome-wm-widgets.git
synced 2024-11-17 07:49:09 +01:00
Update logout.lua
This commit is contained in:
parent
a0b4dc5761
commit
5e8330ac44
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ local function create_button(icon_name, action_name, color, onclick)
|
|||
onclick = function()
|
||||
onclick()
|
||||
w.visible = false
|
||||
capi.keygrabber.stop()
|
||||
end
|
||||
}
|
||||
button:connect_signal("mouse::enter", function(c) action:set_text(action_name) end)
|
||||
|
|
Loading…
Reference in a new issue