diff options
author | Augusto Gunsch <augustogunsch@tutanota.com> | 2022-01-23 21:45:48 -0300 |
---|---|---|
committer | Augusto Gunsch <augustogunsch@tutanota.com> | 2022-01-23 21:45:48 -0300 |
commit | 69aac8cae63e59ad130ad4b14f25fcd4e45fef3c (patch) | |
tree | 050294768dbdda26c0724e62e9bbc2cedbc4d233 /cmus-widget | |
parent | 56c8e3439b43f819f7a73bd075737ce93d38e5ef (diff) |
Fix missing spacing
Diffstat (limited to 'cmus-widget')
-rw-r--r-- | cmus-widget/cmus.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmus-widget/cmus.lua b/cmus-widget/cmus.lua index 51daa89..2cb692d 100644 --- a/cmus-widget/cmus.lua +++ b/cmus-widget/cmus.lua @@ -44,6 +44,7 @@ local function worker(user_args) font = font, widget = wibox.widget.textbox }, + spacing = space, layout = wibox.layout.fixed.horizontal, update_icon = function(self, name) self:get_children_by_id("playback_icon")[1]:set_image(path_to_icons .. name) |