Whitespace

master
Mark 2022-09-30 22:18:52 -07:00
parent cec2462802
commit 5ada15d1fb
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,6 @@
local launcher = req_rel(..., "util")
local widget = {}
widget.icon = wibox.widget {
resize = true,
image = beautiful.icons.launcher,
@ -33,7 +32,6 @@ widget.widget = wibox.widget {
widget.widget:connect_signal("mouse::enter", function(result)
widget.widget.bg = beautiful.color.bar.hover_bg
end)
widget.widget:connect_signal("mouse::leave", function(result)