+ -- TODO move to mpd_widget
+ wibox.widget {
+ layout = wibox.container.scroll.horizontal,
+ max_size = 200,
+ step_function = wibox.container.scroll.step_functions.linear_increase,
+ speed = 20,
+ {
+ widget = require("widgets/mpd_widget")
+ }
+ },
+ separator,