[modules/mpd] Add scrollable modifier
This commit is contained in:
parent
a40dde5812
commit
34d9278c6e
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ class Module(bumblebee.engine.Module):
|
|||
self._repeat = False
|
||||
self._tags = defaultdict(lambda: '')
|
||||
|
||||
@scrollable
|
||||
def description(self, widget):
|
||||
return string.Formatter().vformat(self._fmt, (), self._tags)
|
||||
|
||||
|
|
Loading…
Reference in a new issue