Whitespace
This commit is contained in:
parent
cec2462802
commit
5ada15d1fb
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user