diff --git a/bumblebee/modules/layout.py b/bumblebee/modules/layout.py index 71649a5..e41c8fd 100644 --- a/bumblebee/modules/layout.py +++ b/bumblebee/modules/layout.py @@ -6,6 +6,11 @@ import bumblebee.util def description(): return "Showws current keyboard layout and change it on click." +#def parameters(): +# module = __name__.split(".")[-1] +# return + + class Module(bumblebee.module.Module): def __init__(self, output, config, alias): super(Module, self).__init__(output, config, alias)