[modules/cmus] Re-add cmus module

Re-add a first version of the cmus module originally contributed by
@paxy97.

Still missing:
* Icon themes (status)
* On-click actions

see #23
This commit is contained in:
Tobi-wan Kenobi 2016-12-10 07:47:24 +01:00
parent 9ce7739efb
commit 87e76b9e40
6 changed files with 102 additions and 1 deletions

View file

@ -30,6 +30,10 @@ class MockEngine(object):
def __init__(self):
self.input = MockInput()
class MockConfig(object):
def get(self, name, default):
return default
class MockOutput(object):
def start(self):
pass