]> git.rmz.io Git - dotfiles.git/commitdiff
awesome: remove mopidy from awesompd widget
authorSamir Benmendil <me@rmz.io>
Sun, 4 Mar 2018 17:42:27 +0000 (17:42 +0000)
committerSamir Benmendil <me@rmz.io>
Sun, 4 Mar 2018 17:42:33 +0000 (17:42 +0000)
awesome/widgets/awesompd.lua

index 20fdd1b4b05b0595f4f97dcffd5c791fdaa6488d..0cf1c8f6536a816147a93cd42afe3e99a8bb4bac 100644 (file)
@@ -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()   },