X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/182badd5f666892e91c7dcc598a2f45dca42a3e7..24055ed0d1ca784b025e1eb26c1f9c60d597e089:/awesome/widgets/awesompd.lua?ds=inline diff --git a/awesome/widgets/awesompd.lua b/awesome/widgets/awesompd.lua index 20fdd1b..0cf1c8f 100644 --- a/awesome/widgets/awesompd.lua +++ b/awesome/widgets/awesompd.lua @@ -32,9 +32,7 @@ musicwidget.rdecorator = " " -- 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() },