diff options
author | streetturtle <streetturtle@users.noreply.github.com> | 2019-04-09 13:34:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-09 13:34:55 -0400 |
commit | 54924ef0645c8b7b212066670e00a164c280ed2f (patch) | |
tree | 0875002ccb9dda1e5def2181c3ad16ccd100082d | |
parent | 5ea231d259b90c77df2a42f589fa12c28daf9e1e (diff) | |
parent | 7128c2740b9db4034610a84099a0d771bbed4567 (diff) |
Merge pull request #79 from kub1x/master
fix: mpdarc is not a wigdet
-rw-r--r-- | mpdarc-widget/mpdarc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpdarc-widget/mpdarc.lua b/mpdarc-widget/mpdarc.lua index ca0f411..d70e6ee 100644 --- a/mpdarc-widget/mpdarc.lua +++ b/mpdarc-widget/mpdarc.lua @@ -111,7 +111,7 @@ mpdarc:connect_signal("mouse::leave", function() naughty.destroy(notification) e watch(GET_MPD_CMD, 1, update_graphic, mpdarc) -local mpdarc_widget = { +local mpdarc_widget = wibox.widget{ mpdarc_icon_widget, mpdarc_current_song_widget, layout = wibox.layout.align.horizontal, |