-- Set all the servers to work with (here can be any servers you use)
musicwidget.servers = {
{ server = "localhost",
- port = 6600 },
- { server = "localhost",
- port = 6601 } }
+ port = 6600 } }
-- Set the buttons of the widget
musicwidget:register_buttons({
{ "", awesompd.MOUSE_LEFT, musicwidget:command_playpause() },