Fix missing spacing
This commit is contained in:
parent
56c8e3439b
commit
69aac8cae6
|
@ -44,6 +44,7 @@ local function worker(user_args)
|
||||||
font = font,
|
font = font,
|
||||||
widget = wibox.widget.textbox
|
widget = wibox.widget.textbox
|
||||||
},
|
},
|
||||||
|
spacing = space,
|
||||||
layout = wibox.layout.fixed.horizontal,
|
layout = wibox.layout.fixed.horizontal,
|
||||||
update_icon = function(self, name)
|
update_icon = function(self, name)
|
||||||
self:get_children_by_id("playback_icon")[1]:set_image(path_to_icons .. name)
|
self:get_children_by_id("playback_icon")[1]:set_image(path_to_icons .. name)
|
||||||
|
|
Loading…
Reference in New Issue